mirror of
https://github.com/ansible/awx.git
synced 2026-03-23 11:55:04 -02:30
Fix flake8 E302 errors.
This commit is contained in:
@@ -44,6 +44,7 @@ except ImportError:
|
||||
print("pyzmq is required")
|
||||
sys.exit(1)
|
||||
|
||||
|
||||
class CacheModule(BaseCacheModule):
|
||||
|
||||
def __init__(self, *args, **kwargs):
|
||||
|
||||
Reference in New Issue
Block a user