Skip to content

Commit af97b9c

Browse files
authored
remove 2nd _format() call (forgot to remove T_T)
1 parent 66fd3a4 commit af97b9c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pylsp_isort/plugin.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ def pylsp_format_document(
4040
outcome = yield
4141
with workspace.report_progress("format: isort"):
4242
_format(outcome, config, document)
43-
_format(outcome, config, document)
4443

4544

4645
@hookimpl(hookwrapper=True)

0 commit comments

Comments
 (0)