Skip to content

Commit

Permalink
import on separate line
Browse files Browse the repository at this point in the history
  • Loading branch information
predragnikolic committed Jul 2, 2024
1 parent e2db57f commit fab1ad9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugin/core/edit.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
from __future__ import annotations
from .logging import debug
from .protocol import Position, is_text_edit
from .protocol import is_text_edit
from .protocol import Position
from .protocol import TextEdit
from .protocol import UINT_MAX
from .protocol import WorkspaceEdit
Expand Down

0 comments on commit fab1ad9

Please sign in to comment.