Skip to content

Commit 775722f

Browse files
committed
init changes
1 parent fec2afd commit 775722f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netbox_custom_objects/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def ready(self):
6464
warnings.filterwarnings(
6565
"ignore", category=UserWarning, message=".*database.*"
6666
)
67-
67+
6868
# Skip database calls if running during migration or if table doesn't exist
6969
if is_running_migration() or not check_custom_object_type_table_exists():
7070
super().ready()

0 commit comments

Comments
 (0)