Deletes extra line break
This commit is contained in:
parent
560263d1a3
commit
97cdbfce94
|
@ -133,7 +133,6 @@ class FileService(object):
|
||||||
return file_extension.lower().strip()[1:]
|
return file_extension.lower().strip()[1:]
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
|
||||||
def update_file(file_model, binary_data, content_type):
|
def update_file(file_model, binary_data, content_type):
|
||||||
session.flush() # Assure the database is up-to-date before running this.
|
session.flush() # Assure the database is up-to-date before running this.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue