Skip to content

Commit

Permalink
Merge pull request #266 from neutrinoceros/mnt/fix_pragma_2
Browse files Browse the repository at this point in the history
MNT: fix placement of coverage directive
  • Loading branch information
neutrinoceros authored Mar 22, 2024
2 parents e81d386 + 82b7d38 commit c4b2d8b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions nonos/api/satellite.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,9 @@ def file_analysis(filename, *, inifile="", code="", directory="", norb=None):
return columns


def planet_analysis(planet_number, *, inifile="", code="", directory="", norb=None):
# pragma: no cover
def planet_analysis(
planet_number, *, inifile="", code="", directory="", norb=None
): # pragma: no cover
warnings.warn(
"nonos.api.satellite.planet_analysis is deprecated and will be removed in "
"a future version. Please use nonos.api.satellite.file_analysis instead.",
Expand Down

0 comments on commit c4b2d8b

Please sign in to comment.