Skip to content

Commit

Permalink
fix: use correct function name
Browse files Browse the repository at this point in the history
  • Loading branch information
rabii-chaarani committed Jul 31, 2024
1 parent a343c73 commit 22c8f2a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified LoopDataConverter/utils/__pycache__/conversion.cpython-311.pyc
Binary file not shown.
2 changes: 1 addition & 1 deletion LoopDataConverter/utils/conversion.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@


@beartype.beartype
def convert_dipdir_cardinals(cardinal: str):
def convert_dipdir_terms(cardinal: str):
"""
Convert cardinal directions to degrees.
Expand Down

0 comments on commit 22c8f2a

Please sign in to comment.