1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Fix PEP8 error

This commit is contained in:
Daniel Sheppard
2021-11-02 21:40:40 -05:00
parent 19bacc9e23
commit b97167e841

View File

@ -74,8 +74,6 @@ class Command(BaseCommand):
except TypeError: except TypeError:
data = {} data = {}
module, name = script.split('.', 1) module, name = script.split('.', 1)
# Take user from command line if provided and exists, other # Take user from command line if provided and exists, other