Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

STY: Update package for pre-commit, will add pre-commit action in another PR. #792

Merged
merged 3 commits into from
Feb 1, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
FIX: Readd in needed imports.
  • Loading branch information
zssherman committed Jan 24, 2024
commit 8926a3f1f7163143fe858a4bcfeaf5e5244cc99e
2 changes: 2 additions & 0 deletions act/plotting/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@
import lazy_loader as lazy

# Load colormaps
import cmweather

# Eagerly load in common
from . import common

__getattr__, __dir__, __all__ = lazy.attach(
__name__,
Expand Down
Loading