fix imports
This commit is contained in:
parent
fcabbbe19f
commit
111fc19683
2 changed files with 2 additions and 4 deletions
|
|
@ -17,6 +17,7 @@
|
||||||
|
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
|
import logging
|
||||||
|
|
||||||
import weboob
|
import weboob
|
||||||
from weboob.tools.application.repl import ReplApplication
|
from weboob.tools.application.repl import ReplApplication
|
||||||
|
|
|
||||||
|
|
@ -16,10 +16,7 @@
|
||||||
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
|
|
||||||
|
|
||||||
import sys
|
from weboob.capabilities.weather import ICapWeather
|
||||||
|
|
||||||
from weboob.core import CallErrors
|
|
||||||
from weboob.capabilities.weather import ICapWeather, CityNotFound
|
|
||||||
from weboob.tools.application.repl import ReplApplication
|
from weboob.tools.application.repl import ReplApplication
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue