Skip to content

Commit 79cf407

Browse files
committed
Fix formatting.
1 parent 1327009 commit 79cf407

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/poetry_plugin_pypi_proxy/plugin.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,7 @@ class LegacyProxyRepository(LegacyRepository):
2727
directly from Pypi.
2828
"""
2929

30-
def package(
31-
self, name: str, version: Version
32-
) -> Package:
30+
def package(self, name: str, version: Version) -> Package:
3331
"""
3432
Pull package information without proxy-specific info.
3533

0 commit comments

Comments
 (0)