mirror of
https://github.com/ansible/awx.git
synced 2026-03-22 19:35:02 -02:30
Fixed __all__ def
This commit is contained in:
@@ -8,7 +8,7 @@ from awx.main.models.rbac import Resource
|
|||||||
from awx.main.fields import ImplicitResourceField
|
from awx.main.fields import ImplicitResourceField
|
||||||
|
|
||||||
|
|
||||||
__all__ = 'ResourceMixin'
|
__all__ = ['ResourceMixin']
|
||||||
|
|
||||||
class ResourceMixin(models.Model):
|
class ResourceMixin(models.Model):
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user