Formatting

This commit is contained in:
Simon V. Lejel 2022-03-11 20:15:34 +01:00
parent ac24cad7fc
commit 9456806e7c
2 changed files with 4 additions and 2 deletions

1
app.py
View file

@ -25,5 +25,6 @@ def all_images():
# TODO Implement
return NotImplementedError
if __name__ == '__main__':
app.run(host='0.0.0.0')

View file

@ -1,6 +1,7 @@
import xml.etree.ElementTree as ElementTree
import requests
import datetime
import xml.etree.ElementTree as ElementTree
import requests
from db.database import Session, Image