Fix flake8
This commit is contained in:
@@ -1,12 +1,10 @@
|
||||
__author__ = 'RemiZOffAlex'
|
||||
__copyright__ = '(c) RemiZOffAlex'
|
||||
__license__ = 'MIT'
|
||||
__email__ = 'remizoffalex@mail.ru'
|
||||
__url__ = 'https://remizoffalex.ru'
|
||||
|
||||
from .pagination import Pagination, getpage
|
||||
from .passwd import pwgen, get_hash_password
|
||||
from .storage import gettree, gethashtree
|
||||
from .info import get_user
|
||||
from .pagination import Pagination, getpage # noqa F401
|
||||
from .passwd import pwgen, get_hash_password # noqa F401
|
||||
from .storage import gettree, gethashtree # noqa F401
|
||||
from .info import get_user # noqa F401
|
||||
|
||||
__all__ = []
|
||||
|
||||
Reference in New Issue
Block a user