Skip to content

Commit 58b66f6

Browse files
tomc271github-actions[bot]
authored andcommitted
Apply black changes
1 parent f7706f7 commit 58b66f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)