mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
Fixes black lint
Fixes lint failure caused by race condition on trunk. Ran `lintrunner -a tools/setup_helpers/generate_code.py` Pull Request resolved: https://github.com/pytorch/pytorch/pull/76372 Approved by: https://github.com/ezyang, https://github.com/zengk95
This commit is contained in:
committed by
PyTorch MergeBot
parent
ccd7233fdd
commit
5b65361a57
@ -13,6 +13,7 @@ except ImportError:
|
||||
|
||||
NATIVE_FUNCTIONS_PATH = "aten/src/ATen/native/native_functions.yaml"
|
||||
|
||||
|
||||
def generate_code(
|
||||
native_functions_path: Optional[str] = None,
|
||||
install_dir: Optional[str] = None,
|
||||
|
Reference in New Issue
Block a user