mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 01:57:35 -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:
parent
0deacc4391
commit
4262dd38ba
@ -103,6 +103,11 @@ class IsMigrating(Common):
|
||||
pass
|
||||
|
||||
|
||||
class NoNaturalKey(Common):
|
||||
class ImportExportError(Exception):
|
||||
|
||||
pass
|
||||
|
||||
|
||||
class NoNaturalKey(ImportExportError):
|
||||
|
||||
pass
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user