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 0ee2b1e commit 7d0b6c6Copy full SHA for 7d0b6c6
netbox_custom_objects/__init__.py
@@ -88,7 +88,6 @@ def get_models(self, include_auto_created=False, include_swapped=False):
88
for model in super().get_models(include_auto_created, include_swapped):
89
yield model
90
91
-
92
# Suppress warnings about database calls during model loading
93
with warnings.catch_warnings():
94
warnings.filterwarnings(
0 commit comments