mirror of
https://github.com/ansible/awx.git
synced 2026-05-23 16:47:45 -02:30
Fix flake8 E305 errors.
This commit is contained in:
@@ -39,4 +39,5 @@ class ActivityStreamRegistrar(object):
|
||||
m2m_attr = getattr(model, m2mfield.name)
|
||||
m2m_changed.disconnect(dispatch_uid=str(self.__class__) + str(m2m_attr.through) + "_associate")
|
||||
|
||||
|
||||
activity_stream_registrar = ActivityStreamRegistrar()
|
||||
|
||||
Reference in New Issue
Block a user