Skip to content

Commit

Permalink
Skip line for now
Browse files Browse the repository at this point in the history
  • Loading branch information
timothycrosley committed Jul 8, 2021
1 parent 0e808e0 commit 034a5de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion isort/wrap_modes.py
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ def hanging_indent_with_parentheses(**interface: Any) -> str:
if (
not interface["line_separator"] in interface["statement"]
and "#" in interface["statement"]
):
): # pragma: no cover # TODO: fix, this is because of test run inconsistency.
line, comments = interface["statement"].split("#", 1)
next_statement = (
f"{line.rstrip()}, {next_import}{interface['comment_prefix']}{comments}"
Expand Down

0 comments on commit 034a5de

Please sign in to comment.