From f11649c7d89d69bdd75b4e5111c6528c381d3c29 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Thu, 11 Feb 2021 22:18:34 -0500 Subject: =?UTF-8?q?=E2=9A=AB=20Fade=20to=20black.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ptr.py | 4 ++-- 1 file 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']}) -- cgit v1.2.1