diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-06-02 20:27:59 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-06-02 20:27:59 +0200 |
| commit | 402dd17858076b6a0fac618de85614114dfe94fe (patch) | |
| tree | d737ad09aa3498d74e306fc5a86c25ccece17175 /cli | |
| parent | 04f7efe6c05153cbd1613e7b0c78b3b6478ae39b (diff) | |
new page form
Diffstat (limited to 'cli')
| -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' |
