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 dfa92a9 commit 862af0bCopy full SHA for 862af0b
skypy/halos/tests/test_import.py
@@ -1,5 +1,5 @@
1
def test_import():
2
- import skypy.halos
3
- import skypy.halos.abundance_matching
4
- import skypy.halos.mass
5
- import skypy.halos.quenching
+ import skypy.halos # noqa: F401
+ import skypy.halos.abundance_matching # noqa: F401
+ import skypy.halos.mass # noqa: F401
+ import skypy.halos.quenching # noqa: F401
0 commit comments