mirror of
https://github.com/micropython/micropython.git
synced 2026-03-14 21:00:18 +01:00
all: Update Python formatting to latest Black version 22.1.0.
Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
@@ -88,7 +88,7 @@ except ZeroDivisionError:
|
||||
print("ZeroDivisionError")
|
||||
|
||||
try:
|
||||
0.0 ** -1
|
||||
0.0**-1
|
||||
except ZeroDivisionError:
|
||||
print("ZeroDivisionError")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user