diff options
Diffstat (limited to 'cli/app/sql/models/graph.py')
| -rw-r--r-- | cli/app/sql/models/graph.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cli/app/sql/models/graph.py b/cli/app/sql/models/graph.py index 129ce6e..88a15ef 100644 --- a/cli/app/sql/models/graph.py +++ b/cli/app/sql/models/graph.py @@ -9,8 +9,6 @@ from app.sql.common import db, Base, Session from app.settings import app_cfg -from os.path import join - class Graph(Base): """Table for storing references to graphs""" __tablename__ = 'graph' |
