Skip to content

Commit

Permalink
Update tests/util.py
Browse files Browse the repository at this point in the history
Co-authored-by: Richard Si <63936253+ichard26@users.noreply.github.com>
  • Loading branch information
JelleZijlstra and ichard26 authored Dec 17, 2022
1 parent cc3bb3a commit 8443797
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ def assert_format(
minimum_version=minimum_version,
)
except Exception as e:
text = "non-preview" if mode.preview else "preview"
raise FormatFailure(
"Black crashed formatting this case with line-length set to 1."
) from e
Expand Down

0 comments on commit 8443797

Please sign in to comment.