mirror of
https://github.com/ansible/awx.git
synced 2026-03-16 08:27:29 -02:30
flake8: comply with new E722 rule
This commit is contained in:
committed by
Ryan Petrello
parent
7538b4ce15
commit
67867cf0c8
@@ -41,7 +41,7 @@ from ansible import constants as C
|
||||
|
||||
try:
|
||||
from ansible.cache.base import BaseCacheModule
|
||||
except:
|
||||
except Exception:
|
||||
from ansible.plugins.cache.base import BaseCacheModule
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user