Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion addon/globalPlugins/spellcheck/language_dictionary.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
import os
import globalVars
import languageHandler
from concurrent.futures import ThreadPoolExecutor
from io import BytesIO
from functools import partial
from logHandler import log
Expand All @@ -16,7 +17,6 @@
with import_bundled_library():
import enchant
import httpx
from concurrent.futures import ThreadPoolExecutor


# Constants
Expand Down
Loading