mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 03:10:42 -03:30
flake8 drive-by
This commit is contained in:
parent
1268c8e205
commit
5fa1632d1e
@ -8,7 +8,7 @@ import threading
|
||||
xmlsec_init_lock = threading.Lock()
|
||||
xmlsec_initialized = False
|
||||
|
||||
import dm.xmlsec.binding
|
||||
import dm.xmlsec.binding # noqa
|
||||
original_xmlsec_initialize = dm.xmlsec.binding.initialize
|
||||
|
||||
def xmlsec_initialize(*args, **kwargs):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user