mirror of
https://github.com/ansible/awx.git
synced 2026-01-20 06:01:25 -03:30
fix some awxkit flake8 failures
This commit is contained in:
parent
eba69142f1
commit
662033db44
@ -1,5 +1,4 @@
|
||||
from awxkit.api.resources import resources
|
||||
from . import base
|
||||
from . import page
|
||||
|
||||
|
||||
@ -8,4 +7,5 @@ class Subscriptions(page.Page):
|
||||
def get_possible_licenses(self, **kwargs):
|
||||
return self.post(json=kwargs).json
|
||||
|
||||
|
||||
page.register_page(resources.subscriptions, Subscriptions)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user