mirror of
https://github.com/laurivosandi/certidude
synced 2024-12-22 16:25:17 +00:00
api: attrib: Drop unused imports
This commit is contained in:
parent
c9dd058d75
commit
b82a38edee
@ -1,14 +1,11 @@
|
|||||||
import click
|
|
||||||
import falcon
|
import falcon
|
||||||
import logging
|
import logging
|
||||||
import re
|
import re
|
||||||
from xattr import setxattr, listxattr, removexattr
|
from xattr import setxattr, listxattr, removexattr
|
||||||
from datetime import datetime
|
|
||||||
from certidude import push
|
from certidude import push
|
||||||
from certidude.decorators import serialize, csrf_protection
|
from certidude.decorators import serialize, csrf_protection
|
||||||
from certidude.firewall import whitelist_subject
|
from certidude.firewall import whitelist_subject
|
||||||
from certidude.auth import login_required, login_optional, authorize_admin
|
from certidude.auth import login_required, authorize_admin
|
||||||
from ipaddress import ip_address
|
|
||||||
|
|
||||||
logger = logging.getLogger(__name__)
|
logger = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user