Skip to content

Commit 862af0b

Browse files
authored
Fix flake8 code style errors in halos module (#431)
1 parent dfa92a9 commit 862af0b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

skypy/halos/tests/test_import.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
def test_import():
2-
import skypy.halos
3-
import skypy.halos.abundance_matching
4-
import skypy.halos.mass
5-
import skypy.halos.quenching
2+
import skypy.halos # noqa: F401
3+
import skypy.halos.abundance_matching # noqa: F401
4+
import skypy.halos.mass # noqa: F401
5+
import skypy.halos.quenching # noqa: F401

0 commit comments

Comments
 (0)