Skip to content

Commit 268a497

Browse files
committed
Use __all__ instead of # noqa
1 parent 17da621 commit 268a497

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pip/models/__init__.py

+4-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1-
from pip.models.index import Index, PyPI # noqa
1+
from pip.models.index import Index, PyPI
2+
3+
4+
__all__ = ["Index", "PyPI"]

0 commit comments

Comments
 (0)