mirror of
https://github.com/ansible/awx.git
synced 2026-02-28 00:08:44 -03: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
|
||||
|
||||
|
||||
class NoNaturalKey(Common):
|
||||
class ImportExportError(Exception):
|
||||
|
||||
pass
|
||||
|
||||
|
||||
class NoNaturalKey(ImportExportError):
|
||||
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user