mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
Remove unused Python variables in torch/[b-z]* (#136963)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/136963 Approved by: https://github.com/ezyang
This commit is contained in:
committed by
PyTorch MergeBot
parent
fb44658415
commit
c0582fd0f8
@ -868,7 +868,7 @@ def preprocessor(
|
||||
def mk_repl(templ, include_current_dir=True):
|
||||
def repl(m):
|
||||
f = m.group(1)
|
||||
dirpath, filename = os.path.split(f)
|
||||
filename = os.path.basename(f)
|
||||
if (
|
||||
f.startswith(("ATen/cuda",
|
||||
"ATen/native/cuda",
|
||||
|
Reference in New Issue
Block a user