Skip to content

Commit

Permalink
Random improvement to test backend pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
nnayk committed Nov 12, 2023
1 parent 32592ae commit de73c99
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Backend/db_access.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
# MongoDB connection
connect(db="dbPicturePerfect", host="localhost", port=27017)


class User(Document):
username = StringField(required=True, unique=True)
name = StringField(required=True)
Expand Down

0 comments on commit de73c99

Please sign in to comment.