summaryrefslogtreecommitdiff
path: root/tests/pyb/pyb_f411.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/pyb/pyb_f411.py
parent090b6ba42fcdfbb16844f77892087f91aa6ea201 (diff)
run code formatting script
Diffstat (limited to 'tests/pyb/pyb_f411.py')
-rw-r--r--tests/pyb/pyb_f411.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/pyb/pyb_f411.py b/tests/pyb/pyb_f411.py
index 50de30282..58d5fa2d4 100644
--- a/tests/pyb/pyb_f411.py
+++ b/tests/pyb/pyb_f411.py
@@ -2,8 +2,8 @@
import os, pyb
-if not 'STM32F411' in os.uname().machine:
- print('SKIP')
+if not "STM32F411" in os.uname().machine:
+ print("SKIP")
raise SystemExit
print(pyb.freq())