Skip to content

Commit

Permalink
Merge pull request astropy#17540 from nstarman/cosmo/mnt/add-modules-…
Browse files Browse the repository at this point in the history
…to-all

style(cosmo): group public submodules in __all__
  • Loading branch information
neutrinoceros authored Dec 16, 2024
2 parents fda05b8 + 87539c5 commit 2f43420
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions astropy/cosmology/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
from .realizations import available, default_cosmology

__all__ = [ # noqa: RUF100, RUF022
# Public Submodules
"units",
"realizations",
# Core
"Cosmology",
"CosmologyError",
Expand All @@ -51,7 +54,6 @@
# Parameter
"Parameter",
# Realizations
"realizations",
"available",
"default_cosmology",
"WMAP1",
Expand All @@ -62,8 +64,6 @@
"Planck13",
"Planck15",
"Planck18",
# Units
"units",
]


Expand Down

0 comments on commit 2f43420

Please sign in to comment.