Pylint fixes
This commit is contained in:
parent
f8aecde457
commit
3cfc090dd0
5 changed files with 75 additions and 98 deletions
|
@ -12,7 +12,7 @@ except ImportError:
|
|||
from urlparse import urlparse, urlunparse # Python2
|
||||
|
||||
from trovebox.objects.trovebox_object import TroveboxObject
|
||||
from .errors import *
|
||||
from .errors import TroveboxError, Trovebox404Error, TroveboxDuplicateError
|
||||
from .auth import Auth
|
||||
|
||||
if sys.version < '3':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue