Skip to content

Commit

Permalink
Fixed Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Yazan10x committed Nov 25, 2023
1 parent 9230752 commit e34f3f8
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion backend/models/transportation.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
from datetime import datetime, timezone
from models.abstract_db_model import DB_MODEL
from bson import ObjectId
from bson import json_util


class TransportationEntry(DB_MODEL):
Expand Down
1 change: 0 additions & 1 deletion backend/models/user.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
import json
from models.abstract_db_model import DB_MODEL
from bson import ObjectId
from bson import json_util


class User(DB_MODEL):
Expand Down
1 change: 0 additions & 1 deletion backend/routes/transportation.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Python Imports
import json
from datetime import datetime
from bson import ObjectId
from flask import Blueprint, Response, jsonify, request
Expand Down

0 comments on commit e34f3f8

Please sign in to comment.