From 311fb34ac9dfb78af9995f24243c2fa95836e51b Mon Sep 17 00:00:00 2001 From: richard-dds Date: Thu, 20 Sep 2018 10:39:50 -0400 Subject: [PATCH] Remove unused import --- atst/models/attachment.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atst/models/attachment.py b/atst/models/attachment.py index caf034dd..61a7c946 100644 --- a/atst/models/attachment.py +++ b/atst/models/attachment.py @@ -1,4 +1,4 @@ -from sqlalchemy import Column, Integer, String +from sqlalchemy import Column, String from flask import current_app as app from atst.models import Base, types, mixins