Skip to content

Commit b97167e

Browse files
committed
Fix PEP8 error
1 parent 19bacc9 commit b97167e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

netbox/extras/management/commands/runscript.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,6 @@ def _run_script():
7474
except TypeError:
7575
data = {}
7676

77-
78-
7977
module, name = script.split('.', 1)
8078

8179
# Take user from command line if provided and exists, other

0 commit comments

Comments
 (0)