mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 03:10:42 -03:30
Dropped unused ResourceMixin from InventorySource
This commit is contained in:
parent
99d3481976
commit
1face5aa28
@ -1053,7 +1053,7 @@ class InventorySourceOptions(BaseModel):
|
||||
return ','.join(choices)
|
||||
|
||||
|
||||
class InventorySource(UnifiedJobTemplate, InventorySourceOptions, ResourceMixin):
|
||||
class InventorySource(UnifiedJobTemplate, InventorySourceOptions):
|
||||
|
||||
class Meta:
|
||||
app_label = 'main'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user