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 11exclude : doc/en/example/py2py3/test_py2.py
22repos :
33- repo : https://github.com/psf/black
4- rev : 21.10b0
4+ rev : 21.12b0
55 hooks :
66 - id : black
77 args : [--safe, --quiet]
88- repo : https://github.com/asottile/blacken-docs
9- rev : v1.11 .0
9+ rev : v1.12 .0
1010 hooks :
1111 - id : blacken-docs
1212 additional_dependencies : [black==19.3b0]
Original file line number Diff line number Diff line change @@ -348,7 +348,6 @@ def trace(*msg):
348348 except Exception :
349349 pass # nothing we can do, likely interpreter-shutdown
350350
351-
352351elif DEBUG :
353352 import tempfile
354353 import os
@@ -369,7 +368,6 @@ def trace(*msg):
369368 except Exception :
370369 pass # nothing we can do, likely interpreter-shutdown
371370
372-
373371else :
374372 notrace = trace = lambda * msg : None
375373
@@ -1126,7 +1124,6 @@ class LoadError(DataFormatError):
11261124 def bchr (n ):
11271125 return bytes ([n ])
11281126
1129-
11301127else :
11311128 bchr = chr
11321129
You can’t perform that action at this time.
0 commit comments