Skip to content

Commit 9624cc5

Browse files
author
sreeder
committed
remvoe unused imports in models.py
1 parent a88c8ae commit 9624cc5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

odm2api/ODM2/models.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,9 @@
22

33
from odm2api.base import modelBase
44

5-
from sqlalchemy import BigInteger, Boolean, Column, Date, DateTime, Float, ForeignKey, Integer, String, case, types, Table, event
5+
from sqlalchemy import BigInteger, Boolean, Column, Date, DateTime, Float, ForeignKey, Integer, String, case
66
from sqlalchemy.dialects import mysql, postgresql, sqlite
77
from sqlalchemy.orm import relationship
8-
from datetime import datetime, timedelta
9-
108
Base = modelBase.Base
119

1210
BigIntegerType = BigInteger()

0 commit comments

Comments
 (0)