aboutsummaryrefslogtreecommitdiff
path: root/modules/line_handler.py
diff options
context:
space:
mode:
authorGravatar jesopo2019-02-22 10:26:31 +0000
committerGravatar jesopo2019-02-22 10:26:31 +0000
commit7469ff5bd67a3c9bf8cbfa6f0ba3a89aed628902 (patch)
tree46d3237f0ea1e812f37db10878f32cf9618ab881 /modules/line_handler.py
parentSupport echo-message TAGMSG (diff)
signature
Remove unused `threading` import in line_handler.py
Diffstat (limited to 'modules/line_handler.py')
-rw-r--r--modules/line_handler.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/line_handler.py b/modules/line_handler.py
index 1ba73ea8..242eb035 100644
--- a/modules/line_handler.py
+++ b/modules/line_handler.py
@@ -1,4 +1,4 @@
-import codecs, enum, re, threading
+import codecs, enum, re
from src import ModuleManager, utils
RE_ISUPPORT_ESCAPE = re.compile(r"\\x(\d\d)", re.I)