Skip to content

Commit 357dc59

Browse files
dschwoerergithub-actions[bot]
authored andcommitted
Apply black changes
1 parent aeb83c6 commit 357dc59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integrated/test_suite

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ class Test(threading.Thread):
188188
self.output += "\n(It is likely that a timeout occured)"
189189
else:
190190
# ❌ Failed
191-
print("\u274C", end="") # No newline
191+
print("\u274c", end="") # No newline
192192
print(" %7.3f s" % (time.time() - self.local.start_time), flush=True)
193193

194194
def _cost(self):

0 commit comments

Comments
 (0)