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:
Jane Xu
2022-04-26 15:04:18 +00:00
committed by PyTorch MergeBot
parent ccd7233fdd
commit 5b65361a57

View File

@ -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,