We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1327009 commit 79cf407Copy full SHA for 79cf407
src/poetry_plugin_pypi_proxy/plugin.py
@@ -27,9 +27,7 @@ class LegacyProxyRepository(LegacyRepository):
27
directly from Pypi.
28
"""
29
30
- def package(
31
- self, name: str, version: Version
32
- ) -> Package:
+ def package(self, name: str, version: Version) -> Package:
33
34
Pull package information without proxy-specific info.
35
0 commit comments