Explorar el Código

Remove unneeded import

Kirk Trombley hace 5 años
padre
commit
d85111fa05
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      server/db.py

+ 0 - 2
server/db.py

@@ -2,8 +2,6 @@ import uuid
 
 from flask_sqlalchemy import SQLAlchemy
 
-from lib import generate_coord
-
 db = SQLAlchemy()
 session = db.session