Deletes extra line break

This commit is contained in:
Aaron Louie 2020-05-27 23:48:48 -04:00
parent 560263d1a3
commit 97cdbfce94
1 changed files with 0 additions and 1 deletions

View File

@ -133,7 +133,6 @@ class FileService(object):
return file_extension.lower().strip()[1:]
@staticmethod
def update_file(file_model, binary_data, content_type):
session.flush() # Assure the database is up-to-date before running this.