mirror of
				https://github.com/laurivosandi/certidude
				synced 2025-10-31 09:29:13 +00:00 
			
		
		
		
	api: attrib: Drop unused imports
This commit is contained in:
		| @@ -1,14 +1,11 @@ | ||||
| import click | ||||
| import falcon | ||||
| import logging | ||||
| import re | ||||
| from xattr import setxattr, listxattr, removexattr | ||||
| from datetime import datetime | ||||
| from certidude import push | ||||
| from certidude.decorators import serialize, csrf_protection | ||||
| from certidude.firewall import whitelist_subject | ||||
| from certidude.auth import login_required, login_optional, authorize_admin | ||||
| from ipaddress import ip_address | ||||
| from certidude.auth import login_required, authorize_admin | ||||
|  | ||||
| logger = logging.getLogger(__name__) | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user