From f00908fd861cec8189e57bf5e2675920cf2a2841 Mon Sep 17 00:00:00 2001 From: Ivan Boothe Date: Mon, 25 Oct 2021 19:50:56 -0700 Subject: [PATCH] Removing accidental double-import Signed-off-by: Ivan Boothe --- main.py | 1 - 1 file changed, 1 deletion(-) diff --git a/main.py b/main.py index 1684813..d8c72a8 100644 --- a/main.py +++ b/main.py @@ -4,7 +4,6 @@ import codecs from os.path import join import subprocess # for pip autoinstallation -import sys # for pip autoinstallation from ulauncher.search.SortedList import SortedList from ulauncher.api.client.Extension import Extension