Skip to content

Commit 74c8a11

Browse files
authored
Merge pull request #77 from peternewman/flake8-fixes
Make get-pip.py pass flake8
2 parents 9a4db4d + 39356a9 commit 74c8a11

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

get-pip.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ def bootstrap(tmpdir=None):
8787
# Due to pip._internal.commands.commands_dict structure, a monkeypatch
8888
# seems the simplest workaround.
8989
install_parse_args = InstallCommand.parse_args
90+
9091
def cert_parse_args(self, args):
9192
# If cert isn't specified in config or environment, we provide our
9293
# own certificate through defaults.

templates/default.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ def bootstrap(tmpdir=None):
8787
# Due to pip._internal.commands.commands_dict structure, a monkeypatch
8888
# seems the simplest workaround.
8989
install_parse_args = InstallCommand.parse_args
90+
9091
def cert_parse_args(self, args):
9192
# If cert isn't specified in config or environment, we provide our
9293
# own certificate through defaults.

0 commit comments

Comments
 (0)