Skip to content
This repository was archived by the owner on Dec 4, 2023. It is now read-only.

Commit f11649c

Browse files
committed
⚫ Fade to black.
1 parent fd08292 commit f11649c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ptr.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ class CustomizedDist(Distribution):
3838
index_url = None
3939

4040
def fetch_build_egg(self, req):
41-
""" Specialized version of Distribution.fetch_build_egg
42-
that respects respects allow_hosts and index_url. """
41+
"""Specialized version of Distribution.fetch_build_egg
42+
that respects respects allow_hosts and index_url."""
4343
from setuptools.command.easy_install import easy_install
4444

4545
dist = Distribution({'script_args': ['easy_install']})

0 commit comments

Comments
 (0)