Cleanup
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
from sqlalchemy import Column, Integer, String, Date, Numeric, CHAR
|
||||
from app.extensions import db
|
||||
|
||||
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
from sqlalchemy import Column, Integer, String, Date, Numeric, CHAR
|
||||
from app.extensions import db
|
||||
|
||||
class SimbrellaCustomer(db.Model):
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
from sqlalchemy import Column, Integer, String, Date, Numeric, CHAR
|
||||
from app.extensions import db
|
||||
|
||||
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
from sqlalchemy import Column, Integer, String, Date, Numeric, CHAR
|
||||
from app.extensions import db
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user