Skip to content

Commit

Permalink
flake8 take 3
Browse files Browse the repository at this point in the history
  • Loading branch information
TeaganKing committed May 16, 2024
1 parent e3a78e1 commit 8258430
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@
use_repository_button=True,
use_issues_button=True,
home_page_in_toc=True,
extra_footer="<em>The National Center for Atmospheric Research is sponsored by the National Science Foundation. Any opinions, findings and conclusions or recommendations expressed in this material do not necessarily reflect the views of the National Science Foundation.</em>",
) # noqa
extra_footer="<em>The National Center for Atmospheric Research is sponsored by the National Science Foundation. Any opinions, findings and conclusions or recommendations expressed in this material do not necessarily reflect the views of the National Science Foundation.</em>", # noqa
)

# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
Expand Down
2 changes: 1 addition & 1 deletion examples/nblibrary/ice/vect_diff.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def vect_diff(uvel1, vvel1, uvel2, vvel2, angle, proj, case1, case2, TLAT, TLON)
transform=ccrs.PlateCarree(),
)
units = "cm/s"
qk = ax.quiverkey(
ax.quiverkey(
Q,
0.85,
0.025,
Expand Down

0 comments on commit 8258430

Please sign in to comment.