Formatting

This commit is contained in:
richard-dds
2018-08-02 11:07:08 -04:00
parent 6c060c8256
commit d6b099c684
27 changed files with 215 additions and 213 deletions

View File

@@ -2,6 +2,7 @@ from sqlalchemy import Column, Integer, String
from atst.models import Base
class TaskOrder(Base):
__tablename__ = "task_order"