Skip to content

Commit

Permalink
style(cosmo): group public submodules in __all__
Browse files Browse the repository at this point in the history
Signed-off-by: nstarman <[email protected]>
  • Loading branch information
nstarman committed Dec 12, 2024
1 parent 4ee23c6 commit 87539c5
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 87539c5

Please sign in to comment.