mirror of
https://github.com/ansible/awx.git
synced 2026-05-11 03:17:38 -02:30
fix some awxkit flake8 failures
This commit is contained in:
@@ -1,5 +1,4 @@
|
|||||||
from awxkit.api.resources import resources
|
from awxkit.api.resources import resources
|
||||||
from . import base
|
|
||||||
from . import page
|
from . import page
|
||||||
|
|
||||||
|
|
||||||
@@ -8,4 +7,5 @@ class Subscriptions(page.Page):
|
|||||||
def get_possible_licenses(self, **kwargs):
|
def get_possible_licenses(self, **kwargs):
|
||||||
return self.post(json=kwargs).json
|
return self.post(json=kwargs).json
|
||||||
|
|
||||||
|
|
||||||
page.register_page(resources.subscriptions, Subscriptions)
|
page.register_page(resources.subscriptions, Subscriptions)
|
||||||
|
|||||||
Reference in New Issue
Block a user