diff options
| author | Jim Mussared <jim.mussared@gmail.com> | 2021-12-08 16:40:08 +1100 |
|---|---|---|
| committer | Damien George <damien@micropython.org> | 2021-12-09 12:09:40 +1100 |
| commit | 3770fab33449a5dadf8eb06edfae0767e75320a6 (patch) | |
| tree | b4cc97a3450411ac2300aef20f5d4ae83748dd9d /tests | |
| parent | b491967bbd99470632b783ee3bf91914aa692047 (diff) | |
all: Update Python formatting to latest Black version 21.12b0.
Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/extmod/utimeq1.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/extmod/utimeq1.py b/tests/extmod/utimeq1.py index 234d7a31d..ddbc969af 100644 --- a/tests/extmod/utimeq1.py +++ b/tests/extmod/utimeq1.py @@ -17,7 +17,6 @@ if DEBUG: def dprint(*v): print(*v) - else: def dprint(*v): |
