Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamTheisen authored Aug 21, 2024
1 parent cf5b9a5 commit 3366fbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion act/discovery/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

__getattr__, __dir__, __all__ = lazy.attach(
__name__,
submodules=['arm', 'asos', 'airnor', 'cropscape', 'improve', 'noaapsl', 'neon', 'surfrad'],
submodules=['arm', 'asos', 'airnow', 'cropscape', 'improve', 'noaapsl', 'neon', 'surfrad'],
submod_attrs={
'arm': ['download_arm_data', 'get_arm_doi'],
'asos': ['get_asos_data'],
Expand Down

0 comments on commit 3366fbf

Please sign in to comment.