We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaf8319 commit 13423a0Copy full SHA for 13423a0
netbox_custom_objects/models.py
@@ -53,13 +53,6 @@
53
from netbox_custom_objects.utilities import generate_model
54
55
56
-class UniquenessConstraintTestError(Exception):
57
- """Custom exception used to signal successful uniqueness constraint test."""
58
-
59
- pass
60
61
62
63
class UniquenessConstraintTestError(Exception):
64
"""Custom exception used to signal successful uniqueness constraint test."""
65
0 commit comments