We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17da621 commit 268a497Copy full SHA for 268a497
pip/models/__init__.py
@@ -1 +1,4 @@
1
-from pip.models.index import Index, PyPI # noqa
+from pip.models.index import Index, PyPI
2
+
3
4
+__all__ = ["Index", "PyPI"]
0 commit comments