aboutsummaryrefslogtreecommitdiff
path: root/server/szurubooru/model/base.py
diff options
context:
space:
mode:
authorrr-2016-04-03 22:03:58 +0200
committerrr-2016-04-03 23:21:22 +0200
commit219ab7c2c350c4893cea57ba2fa81438680a5cdf (patch)
tree2a7abd0f9434f3b77841deba6f3f06fd08b70ebd /server/szurubooru/model/base.py
parent7f4708c6969a48a2ff533a77f2aed02dd83dbb3f (diff)
server/general: be more pythonic
Diffstat (limited to 'server/szurubooru/model/base.py')
-rw-r--r--server/szurubooru/model/base.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/server/szurubooru/model/base.py b/server/szurubooru/model/base.py
deleted file mode 100644
index d622ddf..0000000
--- a/server/szurubooru/model/base.py
+++ /dev/null
@@ -1,4 +0,0 @@
-''' Base model for every database resource. '''
-
-from sqlalchemy.ext.declarative import declarative_base
-Base = declarative_base() # pylint: disable=invalid-name

© 2015 - 2026 Jakob L. Kreuze