From 3e54733033d25b074e1a248808fd4e2ccee78a15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krist=C3=B3f=20T=C3=B3th?= Date: Fri, 16 Feb 2018 11:09:58 +0100 Subject: [PATCH] Remove unused import --- lib/tfw/components/source_code_event_handler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tfw/components/source_code_event_handler.py b/lib/tfw/components/source_code_event_handler.py index 88229b4..88782eb 100644 --- a/lib/tfw/components/source_code_event_handler.py +++ b/lib/tfw/components/source_code_event_handler.py @@ -1,4 +1,4 @@ -from os.path import splitext, isfile, join, relpath +from os.path import isfile, join, relpath from glob import glob from tfw.components.mixins import SupervisorMixin