Fix more linter errors

This commit is contained in:
Sumner Evans
2020-07-31 23:45:30 -06:00
parent 3f3a3b37fe
commit 5be027ceef

View File

@@ -1,9 +1,9 @@
import math
from functools import lru_cache, partial
from random import randint
from typing import Any, cast, Dict, List, Sequence, Tuple
from typing import Any, cast, Dict, List, Tuple
from fuzzywuzzy import fuzz, process
from fuzzywuzzy import fuzz
from gi.repository import Gdk, Gio, GLib, GObject, Gtk, Pango
from sublime.adapters import AdapterManager, api_objects as API