File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 1
1
exclude : doc/en/example/py2py3/test_py2.py
2
2
repos :
3
3
- repo : https://github.com/psf/black
4
- rev : 21.10b0
4
+ rev : 21.12b0
5
5
hooks :
6
6
- id : black
7
7
args : [--safe, --quiet]
8
8
- repo : https://github.com/asottile/blacken-docs
9
- rev : v1.11 .0
9
+ rev : v1.12 .0
10
10
hooks :
11
11
- id : blacken-docs
12
12
additional_dependencies : [black==19.3b0]
Original file line number Diff line number Diff line change @@ -348,7 +348,6 @@ def trace(*msg):
348
348
except Exception :
349
349
pass # nothing we can do, likely interpreter-shutdown
350
350
351
-
352
351
elif DEBUG :
353
352
import tempfile
354
353
import os
@@ -369,7 +368,6 @@ def trace(*msg):
369
368
except Exception :
370
369
pass # nothing we can do, likely interpreter-shutdown
371
370
372
-
373
371
else :
374
372
notrace = trace = lambda * msg : None
375
373
@@ -1126,7 +1124,6 @@ class LoadError(DataFormatError):
1126
1124
def bchr (n ):
1127
1125
return bytes ([n ])
1128
1126
1129
-
1130
1127
else :
1131
1128
bchr = chr
1132
1129
You can’t perform that action at this time.
0 commit comments