Skip to content

Commit cf252a8

Browse files
authored
Fix lint (#11728)
1 parent 3237348 commit cf252a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install_requirements.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ def main(args):
176176
help="Also installs required packages for running example scripts.",
177177
)
178178
args = parser.parse_args(args)
179-
use_pytorch_nightly=not bool(args.use_pt_pinned_commit)
179+
use_pytorch_nightly = not bool(args.use_pt_pinned_commit)
180180
install_requirements(use_pytorch_nightly)
181181
if args.example:
182182
install_optional_example_requirements(use_pytorch_nightly)

0 commit comments

Comments
 (0)