pyflakes fixes
This commit is contained in:
parent
da0bea2180
commit
cc541cc64a
3 changed files with 2 additions and 3 deletions
|
|
@ -22,4 +22,4 @@ class GeolocIPTest(BackendTest):
|
||||||
BACKEND = 'geolocip'
|
BACKEND = 'geolocip'
|
||||||
|
|
||||||
def test_geolocip(self):
|
def test_geolocip(self):
|
||||||
location = self.backend.get_location('88.198.11.130')
|
self.backend.get_location('88.198.11.130')
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,6 @@
|
||||||
# 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 datetime import datetime
|
from datetime import datetime
|
||||||
|
|
||||||
from .base import IBaseCap, CapBaseObject
|
from .base import IBaseCap, CapBaseObject
|
||||||
|
|
|
||||||
|
|
@ -16,7 +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.
|
||||||
|
|
||||||
|
|
||||||
from .base import IBaseCap, CapBaseObject, NotLoaded
|
from .base import IBaseCap, CapBaseObject
|
||||||
from weboob.tools.ordereddict import OrderedDict
|
from weboob.tools.ordereddict import OrderedDict
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue