Unverified Commit acd811aa authored by cyanguwa's avatar cyanguwa Committed by GitHub
Browse files

[PyTorch] Disable pylint bare except (#563)



disable pylint bare except
Signed-off-by: default avatarCharlene Yang <8636796+cyanguwa@users.noreply.github.com>
parent bfbac98f
......@@ -32,5 +32,5 @@ from .te_onnx_extensions import (
try:
import torch
torch._dynamo.config.error_on_nested_jit_trace = False
except:
except: # pylint: disable=bare-except
pass
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment