Skip to content

Commit

Permalink
remove untracked files - accident
Browse files Browse the repository at this point in the history
  • Loading branch information
bbakernoaa committed Mar 19, 2024
1 parent c6a3098 commit 95ec965
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion monetio/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"goes",
"nesdis_eps_viirs_aod_nrt",
"nesdis_viirs_aod_aws_gridded",
"nesdis_avhrr_aot_aws_gridded",
# "nesdis_avhrr_aot_aws_gridded",
#
# models
"camx",
Expand Down
5 changes: 2 additions & 3 deletions monetio/sat/__init__.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
from . import (
from . import ( # nesdis_avhrr_aot_aws_gridded,
_gridded_eos_mm,
_modis_l2_mm,
_omps_nadir_mm,
goes,
modis_ornl,
nesdis_avhrr_aot_aws_gridded,
nesdis_eps_viirs_aod_nrt,
nesdis_frp,
nesdis_viirs_aod_aws_gridded,
Expand All @@ -15,7 +14,7 @@
"_modis_l2_mm",
"_omps_nadir_mm",
"nesdis_viirs_aod_aws_gridded",
"nesdis_avhrr_aot_aws_gridded",
# "nesdis_avhrr_aot_aws_gridded",
"nesdis_eps_viirs_aod_nrt",
"nesdis_frp",
"modis_ornl",
Expand Down

0 comments on commit 95ec965

Please sign in to comment.