Skip to content

Commit

Permalink
Fix missing newline at end of tests/test_io.py file
Browse files Browse the repository at this point in the history
  • Loading branch information
hpparvi committed Sep 1, 2024
1 parent c3e3fda commit 8e2f38a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ def test_read_tepcat():
read_tepcat(root / '../spright/data/TEPCat.csv')

def test_read_exoeu():
read_exoplanet_eu(root / '../spright/data/exoplanet_eu.csv')
read_exoplanet_eu(root / '../spright/data/exoplanet_eu.csv')

0 comments on commit 8e2f38a

Please sign in to comment.