Skip to content

Commit

Permalink
Fixes #13516: Plugin utility functions should be importable from extr…
Browse files Browse the repository at this point in the history
…as.plugins
  • Loading branch information
jeremystretch committed Aug 22, 2023
1 parent 4506269 commit 3c0a3ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions netbox/extras/plugins/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
from .navigation import *
from .registration import *
from .templates import *
from .utils import *

# Initialize plugin registry
registry['plugins'].update({
Expand Down

0 comments on commit 3c0a3ca

Please sign in to comment.