summaryrefslogtreecommitdiff
path: root/tests/float/bytes_construct.py
diff options
context:
space:
mode:
authormicroDev <70126934+microDev1@users.noreply.github.com>2021-03-15 19:27:36 +0530
committermicroDev <70126934+microDev1@users.noreply.github.com>2021-03-15 19:27:36 +0530
commita52eb88031620a81521b937f2a0651dbac2bb350 (patch)
tree017cbf8f686b252241182ef61ce48e8457aa1577 /tests/float/bytes_construct.py
parent090b6ba42fcdfbb16844f77892087f91aa6ea201 (diff)
run code formatting script
Diffstat (limited to 'tests/float/bytes_construct.py')
-rw-r--r--tests/float/bytes_construct.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/float/bytes_construct.py b/tests/float/bytes_construct.py
index 0e4482e43..c24263758 100644
--- a/tests/float/bytes_construct.py
+++ b/tests/float/bytes_construct.py
@@ -6,4 +6,4 @@ except ImportError:
print("SKIP")
raise SystemExit
-print(bytes(array('f', [1, 2.3])))
+print(bytes(array("f", [1, 2.3])))