diff --git a/netbox/extras/management/commands/runscript.py b/netbox/extras/management/commands/runscript.py index af241f39b..0d1dc5cea 100644 --- a/netbox/extras/management/commands/runscript.py +++ b/netbox/extras/management/commands/runscript.py @@ -74,8 +74,6 @@ class Command(BaseCommand): except TypeError: data = {} - - module, name = script.split('.', 1) # Take user from command line if provided and exists, other