Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 7, 2024
1 parent df52498 commit 65fb56b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gliderpy/plotting.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def plot_transect(
:param var: variable to colour the scatter plot
:return: figure, axes
"""
cmap = kw.get("cmap", None)
cmap = kw.get("cmap")

fignums = plt.get_fignums()
if ax is None and not fignums:
Expand Down

0 comments on commit 65fb56b

Please sign in to comment.