tests/cpydiff/modules_struct_whitespace_in_format: Run black.
This test snuck through without proper formatting and is causing CI for other unrelated changes to fail. Signed-off-by: David Lechner <david@pybricks.com>
This commit is contained in:
parent
c1f74b3005
commit
cd506d6220
@ -7,7 +7,7 @@ workaround: Don't use spaces in format strings.
|
|||||||
import struct
|
import struct
|
||||||
|
|
||||||
try:
|
try:
|
||||||
print(struct.pack('b b', 1, 2))
|
print(struct.pack("b b", 1, 2))
|
||||||
print('Should have worked')
|
print("Should have worked")
|
||||||
except:
|
except:
|
||||||
print('struct.error')
|
print("struct.error")
|
||||||
|
Loading…
Reference in New Issue
Block a user