Skip to content

Commit

Permalink
merge code
Browse files Browse the repository at this point in the history
  • Loading branch information
lloydzhou committed Dec 29, 2023
2 parents 5a74fe8 + 3b4803e commit 7b2d23e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 2 deletions.
File renamed without changes.
1 change: 0 additions & 1 deletion server/model/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
from app import app, db
from flask.cli import with_appcontext
from sqlalchemy import BINARY, ForeignKey, String, text
from sqlalchemy.ext.declarative import declarative_base


class ObjID(BINARY):
Expand Down
1 change: 0 additions & 1 deletion server/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import env
import routes
from app import app
from model.schema import *

if __name__ == "__main__":
# gunicorn -w 1 -b :8888 "server:app"
Expand Down

0 comments on commit 7b2d23e

Please sign in to comment.