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