mirror of
https://github.com/ansible/awx.git
synced 2026-03-06 11:11:07 -03: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
|
||||
|
||||
|
||||
__all__ = 'ResourceMixin'
|
||||
__all__ = ['ResourceMixin']
|
||||
|
||||
class ResourceMixin(models.Model):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user