Removing accidental double-import

Signed-off-by: Ivan Boothe <ivan@rootwork.org>
This commit is contained in:
Ivan Boothe 2021-10-25 19:50:56 -07:00
parent 6078260659
commit f00908fd86

View file

@ -4,7 +4,6 @@ import codecs
from os.path import join from os.path import join
import subprocess # for pip autoinstallation import subprocess # for pip autoinstallation
import sys # for pip autoinstallation
from ulauncher.search.SortedList import SortedList from ulauncher.search.SortedList import SortedList
from ulauncher.api.client.Extension import Extension from ulauncher.api.client.Extension import Extension