mirror of
https://github.com/ansible/awx.git
synced 2026-04-05 01:59:25 -02:30
Dropped unused ResourceMixin from InventorySource
This commit is contained in:
@@ -1053,7 +1053,7 @@ class InventorySourceOptions(BaseModel):
|
|||||||
return ','.join(choices)
|
return ','.join(choices)
|
||||||
|
|
||||||
|
|
||||||
class InventorySource(UnifiedJobTemplate, InventorySourceOptions, ResourceMixin):
|
class InventorySource(UnifiedJobTemplate, InventorySourceOptions):
|
||||||
|
|
||||||
class Meta:
|
class Meta:
|
||||||
app_label = 'main'
|
app_label = 'main'
|
||||||
|
|||||||
Reference in New Issue
Block a user