mirror of
https://github.com/ansible/awx.git
synced 2026-05-20 07:17:40 -02:30
Update to comply with new black rules
This commit is contained in:
@@ -11,7 +11,6 @@ from . import page
|
||||
|
||||
|
||||
class Team(HasCreate, base.Base):
|
||||
|
||||
dependencies = [Organization]
|
||||
NATURAL_KEY = ('organization', 'name')
|
||||
|
||||
@@ -44,7 +43,6 @@ page.register_page([resources.team, (resources.teams, 'post')], Team)
|
||||
|
||||
|
||||
class Teams(page.PageList, Team):
|
||||
|
||||
pass
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user