Skip to content

Commit 1674513

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 05c380b commit 1674513

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

execnet/gateway_base.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,6 @@ def trace(*msg):
348348
except Exception:
349349
pass # nothing we can do, likely interpreter-shutdown
350350

351-
352351
elif 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-
373371
else:
374372
notrace = trace = lambda *msg: None
375373

@@ -1126,7 +1124,6 @@ class LoadError(DataFormatError):
11261124
def bchr(n):
11271125
return bytes([n])
11281126

1129-
11301127
else:
11311128
bchr = chr
11321129

0 commit comments

Comments
 (0)