summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2021-01-30 20:01:44 +0100
committerAnton Khirnov <anton@khirnov.net>2021-01-30 20:01:44 +0100
commitcf6d0be6502b790f91c7f4e0f1738ef8381fab70 (patch)
treec14eaf6f3e906cd3f702fc79fc17cf9f39c61b48
parentc341b45a8582ba114301e5ab0f30a28a5b1c6691 (diff)
db: drop unused module-level imports
-rw-r--r--alot/db/__init__.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/alot/db/__init__.py b/alot/db/__init__.py
index fd33448d..e69de29b 100644
--- a/alot/db/__init__.py
+++ b/alot/db/__init__.py
@@ -1,5 +0,0 @@
-# Copyright (C) 2011-2012 Patrick Totzke <patricktotzke@gmail.com>
-# This file is released under the GNU GPL, version 3 or a later revision.
-# For further details see the COPYING file
-from .thread import Thread
-from .message import Message