mirror of
https://github.com/ansible/awx.git
synced 2026-08-02 10:59:56 -02:30
Remove the NoNaturalKey error
It's too awkward, and it makes more sense to return None instead.
This commit is contained in:
@@ -106,8 +106,3 @@ class IsMigrating(Common):
|
||||
class ImportExportError(Exception):
|
||||
|
||||
pass
|
||||
|
||||
|
||||
class NoNaturalKey(ImportExportError):
|
||||
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user