summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2021-02-11 22:18:34 -0500
committerJason R. Coombs <jaraco@jaraco.com>2021-02-11 22:18:34 -0500
commitf11649c7d89d69bdd75b4e5111c6528c381d3c29 (patch)
treeed3240762d7bde214b0d31fe46e1bd110ec8a2cd
parentfd08292bf0ef33cfc9d96e91ddc88426f54eb521 (diff)
downloadpytest-runner-f11649c7d89d69bdd75b4e5111c6528c381d3c29.tar.gz
⚫ Fade to black.
-rw-r--r--ptr.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/ptr.py b/ptr.py
index f3952e8..cf45e68 100644
--- a/ptr.py
+++ b/ptr.py
@@ -38,8 +38,8 @@ class CustomizedDist(Distribution):
index_url = None
def fetch_build_egg(self, req):
- """ Specialized version of Distribution.fetch_build_egg
- that respects respects allow_hosts and index_url. """
+ """Specialized version of Distribution.fetch_build_egg
+ that respects respects allow_hosts and index_url."""
from setuptools.command.easy_install import easy_install
dist = Distribution({'script_args': ['easy_install']})