summaryrefslogtreecommitdiff
path: root/poezio/theming.py
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2022-02-10 18:42:54 +0100
committerMaxime “pep” Buquet <pep@bouah.net>2022-02-25 22:35:30 +0100
commitaaa6911a393529d67c3b80d3c68614c950204a39 (patch)
treef4925e1e70cb8ffc72ff249eee670c1e20464130 /poezio/theming.py
parentfbd3d0bcfdf31f20614817710d81c9ba88c70194 (diff)
downloadpoezio-aaa6911a393529d67c3b80d3c68614c950204a39.tar.gz
poezio-aaa6911a393529d67c3b80d3c68614c950204a39.tar.bz2
poezio-aaa6911a393529d67c3b80d3c68614c950204a39.tar.xz
poezio-aaa6911a393529d67c3b80d3c68614c950204a39.zip
clean: remove unused imports
Diffstat (limited to 'poezio/theming.py')
-rwxr-xr-xpoezio/theming.py1
1 files changed, 0 insertions, 1 deletions
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