summaryrefslogtreecommitdiff
path: root/shopdb/_base.py
diff options
context:
space:
mode:
Diffstat (limited to 'shopdb/_base.py')
-rw-r--r--shopdb/_base.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/shopdb/_base.py b/shopdb/_base.py
index d337790..8033d28 100644
--- a/shopdb/_base.py
+++ b/shopdb/_base.py
@@ -4,5 +4,5 @@ __all__ = ["engine", "Base"]
import sqlalchemy
-engine = sqlalchemy.create_engine('sqlite:///:memory:', echo=True)
+engine = sqlalchemy.create_engine("sqlite:///:memory:", echo=True)
Base = sqlalchemy.ext.declarative.declarative_base