Skip to content

Commit

Permalink
Run black
Browse files Browse the repository at this point in the history
Signed-off-by: ddelange <[email protected]>
  • Loading branch information
ddelange committed Jul 6, 2023
1 parent 49641c8 commit 1bd83cd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion python/packaging/frontend_sdist/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,10 @@ def parent_command_line():


# use pip-inside-pip hack only if the nvidia index is not set in the environment
if nvidia_pip_index_url in pip_config_list() or nvidia_pip_index_url in parent_command_line():
if (
nvidia_pip_index_url in pip_config_list()
or nvidia_pip_index_url in parent_command_line()
):
install_requires = tensorrt_submodules
cmdclass = {}
else:
Expand Down

0 comments on commit 1bd83cd

Please sign in to comment.