Skip to content

Commit

Permalink
style: pre-commit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Oct 7, 2024
1 parent a38259e commit 32ae471
Show file tree
Hide file tree
Showing 5 changed files with 169 additions and 169 deletions.
2 changes: 1 addition & 1 deletion src/polartoolkit/fetch.py
Original file line number Diff line number Diff line change
Expand Up @@ -2576,7 +2576,7 @@ def gravity(
.. footbibliography::
"""

anomaly_type = kwargs.get("anomaly_type", None)
anomaly_type = kwargs.get("anomaly_type")

Check warning on line 2579 in src/polartoolkit/fetch.py

View check run for this annotation

Codecov / codecov/patch

src/polartoolkit/fetch.py#L2579

Added line #L2579 was not covered by tests

if version == "antgg":
# found with utils.get_grid_info()
Expand Down
Loading

0 comments on commit 32ae471

Please sign in to comment.