Skip to content

Commit

Permalink
sort
Browse files Browse the repository at this point in the history
  • Loading branch information
rwols committed Oct 19, 2023
1 parent e709149 commit afebe3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/hover.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
from urllib.parse import urlparse
from .code_actions import actions_manager
from .code_actions import CodeActionOrCommand
from .code_actions import CodeActionsByConfigName
Expand Down Expand Up @@ -38,6 +37,7 @@
from .core.views import update_lsp_popup
from .session_view import HOVER_HIGHLIGHT_KEY
from functools import partial
from urllib.parse import urlparse
import html
import mdpopups
import sublime
Expand Down

0 comments on commit afebe3b

Please sign in to comment.