whitespace

This commit is contained in:
Jack Robison 2019-02-08 16:11:56 -05:00
parent 939edb2f18
commit e414cc5c48
No known key found for this signature in database
GPG key ID: DF25C68FE0239BB2

View file

@ -145,9 +145,6 @@ def get_all_lbry_files(transaction: sqlite3.Connection) -> typing.List[typing.Di
]
class SQLiteStorage(SQLiteMixin):
CREATE_TABLES_QUERY = """
pragma foreign_keys=on;