Fixed error and some warning returned by pylint
This commit is contained in:
@@ -9,5 +9,5 @@ class FileBasedStorage(FileSystemStorage):
|
||||
|
||||
def __init__(self, *args, **kwargs):
|
||||
super(FileBasedStorage, self).__init__(*args, **kwargs)
|
||||
self.location=FILESTORAGE_LOCATION
|
||||
self.location = FILESTORAGE_LOCATION
|
||||
|
||||
|
||||
Reference in New Issue
Block a user