Remove extra whitespace

This commit is contained in:
Patrick Smith 2018-10-10 09:58:14 -04:00
parent eeea08fe47
commit f65474a129

View File

@ -62,10 +62,6 @@ def create_demo_workspace(name, data):
db.session.commit()
def remove_sample_data(all_users=False):
query = db.session.query(User)
if not all_users: