mirror of
https://github.com/ansible/awx.git
synced 2026-01-16 20:30:46 -03:30
Fixed __all__ def
This commit is contained in:
parent
0ff94e424d
commit
7d4b54a651
@ -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):
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user