mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 09:27:36 -02:30
Change the NoNaturalKey exception to no longer derive from Common
which seems to be entirely use for response exceptions. Maybe rename Common?
This commit is contained in:
@@ -103,6 +103,11 @@ class IsMigrating(Common):
|
|||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
||||||
class NoNaturalKey(Common):
|
class ImportExportError(Exception):
|
||||||
|
|
||||||
|
pass
|
||||||
|
|
||||||
|
|
||||||
|
class NoNaturalKey(ImportExportError):
|
||||||
|
|
||||||
pass
|
pass
|
||||||
|
|||||||
Reference in New Issue
Block a user