From b97167e8418710fd5547e44a35f6381d727a279d Mon Sep 17 00:00:00 2001 From: Daniel Sheppard Date: Tue, 2 Nov 2021 21:40:40 -0500 Subject: [PATCH] Fix PEP8 error --- netbox/extras/management/commands/runscript.py | 2 -- 1 file changed, 2 deletions(-) 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