Skip to content

Commit 91f6ba1

Browse files
committed
37 add warning message
1 parent cfa2a3b commit 91f6ba1

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

netbox_custom_objects/utilities.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,14 @@
11
import warnings
22

33
from django.apps import apps
4-
from django.conf import settings
54

65
from netbox_custom_objects.constants import APP_LABEL
76

87
__all__ = (
98
"AppsProxy",
109
"generate_model",
1110
"get_viewname",
12-
"is_branching_plugin_installed",
1311
"is_in_branch",
14-
"get_branching_status",
1512
)
1613

1714

@@ -117,7 +114,7 @@ def generate_model(*args, **kwargs):
117114
def is_in_branch():
118115
"""
119116
Check if currently operating within a branch.
120-
117+
121118
Returns:
122119
bool: True if currently in a branch, False otherwise.
123120
"""

0 commit comments

Comments
 (0)