From cf6d0be6502b790f91c7f4e0f1738ef8381fab70 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Sat, 30 Jan 2021 20:01:44 +0100 Subject: db: drop unused module-level imports --- alot/db/__init__.py | 5 ----- 1 file changed, 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 -# 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 -- cgit v1.2.3