Skip to content

Commit

Permalink
18423 source view
Browse files Browse the repository at this point in the history
  • Loading branch information
arthanson committed Feb 19, 2025
1 parent dad7637 commit 69fcdd2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions netbox/extras/models/mixins.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,5 @@ def python_name(self):
return name

def get_module(self):
# loader = SourceFileLoader(self.python_name, self.full_path)
# module = loader.load_module()
# module = load_module(self.python_name, self.full_path)
module = load_module(self.python_name, self.name)
return module

0 comments on commit 69fcdd2

Please sign in to comment.