pyflakes fixes
This commit is contained in:
parent
618c47b8b4
commit
f9fbd7646a
2 changed files with 2 additions and 4 deletions
|
|
@ -18,11 +18,11 @@
|
|||
|
||||
|
||||
from weboob.tools.browser import BasePage
|
||||
from weboob.capabilities.weather import ICapWeather, Forecast, Current, City
|
||||
from weboob.capabilities.weather import Forecast, Current, City
|
||||
|
||||
import datetime
|
||||
|
||||
__all__ = ['WeatherPage', 'CityResultPage']
|
||||
__all__ = ['WeatherPage', 'CityPage']
|
||||
|
||||
|
||||
class WeatherPage(BasePage):
|
||||
|
|
|
|||
|
|
@ -16,8 +16,6 @@
|
|||
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
|
||||
|
||||
import urllib
|
||||
|
||||
#~ from .pages.compose import ClosePage, ComposePage, ConfirmPage, SentPage
|
||||
#~ from .pages.login import LoginPage
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue