1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00

Use __all__ instead of # noqa

This commit is contained in:
Donald Stufft 2014-12-17 22:49:10 -05:00
parent 17da621a2d
commit 268a497865

View file

@ -1 +1,4 @@
from pip.models.index import Index, PyPI # noqa
from pip.models.index import Index, PyPI
__all__ = ["Index", "PyPI"]