summaryrefslogtreecommitdiff
path: root/src/window.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/window.py')
-rw-r--r--src/window.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/window.py b/src/window.py
index f91bb7c8..8aa95995 100644
--- a/src/window.py
+++ b/src/window.py
@@ -18,7 +18,6 @@
# along with Poezio. If not, see <http://www.gnu.org/licenses/>.
import curses
-from logging import logger
class Win(object):
def __init__(self, height, width, y, x, parent_win):