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

Commit 25c91d8

Browse files
committed
⚫ Fade to black.
(clean up cruft created by black)
1 parent 3e72441 commit 25c91d8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

ptr.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ class PyTest(orig.test):
9090
(
9191
'index-url=',
9292
None,
93-
"Specify an index url from which to retrieve " "dependencies",
93+
"Specify an index url from which to retrieve dependencies",
9494
),
9595
(
9696
'allow-hosts=',
@@ -101,7 +101,7 @@ class PyTest(orig.test):
101101
(
102102
'addopts=',
103103
None,
104-
"Additional options to be passed verbatim to the " "pytest runner",
104+
"Additional options to be passed verbatim to the pytest runner",
105105
),
106106
]
107107

@@ -190,7 +190,7 @@ def run(self):
190190
for attr in 'allow_hosts index_url'.split():
191191
setattr(dist, attr, getattr(self, attr))
192192
for attr in (
193-
'dependency_links install_requires ' 'tests_require extras_require '
193+
'dependency_links install_requires tests_require extras_require '
194194
).split():
195195
setattr(dist, attr, getattr(self.distribution, attr))
196196
installed_dists = self.install_dists(dist)

0 commit comments

Comments
 (0)