Skip to content

Commit 8240082

Browse files
author
Kevin Deldycke
committed
Do not fix long lines.
1 parent a2b1ef7 commit 8240082

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

readthedocs/doc_builder/python_environments.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@ def delete_existing_build_dir(self):
4343
def install_package(self):
4444
setup_path = os.path.join(self.checkout_path, 'setup.py')
4545
if os.path.isfile(setup_path) and self.config.install_project:
46-
if self.config.pip_install or getattr(
47-
settings, 'USE_PIP_INSTALL', False):
46+
if self.config.pip_install or getattr(settings, 'USE_PIP_INSTALL', False):
4847
extra_req_param = ''
4948
if self.config.extra_requirements:
5049
extra_req_param = '[{0}]'.format(

0 commit comments

Comments
 (0)