Skip to content

Commit 46ad65f

Browse files
chore(format): run black on dev (#938)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent c539c49 commit 46ad65f

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

tests/#655.py

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,10 @@
4040
),
4141
split_text=False,
4242
)
43-
if (
44-
refined_text[0] not in [
45-
"what is [uv_break] your favorite english [uv_break] food [laugh] like [lbreak]",
46-
"like what is [uv_break] your favorite english food [laugh] [lbreak]",
47-
]
48-
):
43+
if refined_text[0] not in [
44+
"what is [uv_break] your favorite english [uv_break] food [laugh] like [lbreak]",
45+
"like what is [uv_break] your favorite english food [laugh] [lbreak]",
46+
]:
4947
fail = True
5048
logger.warning("refined text is '%s'", refined_text[0])
5149

0 commit comments

Comments
 (0)