From aaa6911a393529d67c3b80d3c68614c950204a39 Mon Sep 17 00:00:00 2001 From: mathieui Date: Thu, 10 Feb 2022 18:42:54 +0100 Subject: clean: remove unused imports --- poezio/theming.py | 1 - 1 file changed, 1 deletion(-) (limited to 'poezio/theming.py') diff --git a/poezio/theming.py b/poezio/theming.py index 7a13bb6d..8624f709 100755 --- a/poezio/theming.py +++ b/poezio/theming.py @@ -73,7 +73,6 @@ except ImportError: import curses import functools -import os from typing import Dict, List, Union, Tuple, Optional, cast from pathlib import Path from os import path -- cgit v1.2.3