Skip to content

Commit

Permalink
TST: remove docstring
Browse files Browse the repository at this point in the history
Signed-off-by: Nathaniel Starkman <nstarman@users.noreply.github.com>
  • Loading branch information
nstarman committed Jun 6, 2023
1 parent 41691b6 commit 04b9efe
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions astropy/cosmology/parameter/_core.py
Expand Up @@ -109,13 +109,11 @@ class Parameter:

# Units
unit: UnitField = UnitField() # noqa: RUF009
"""The parameter unit."""

equivalencies: u.Equivalency | Sequence[u.Equivalency] = field(default_factory=list)
"""Equivalencies used when initializing Parameter."""

fvalidate: FValidateField = FValidateField(default="default") # noqa: RUF009
"""Function to validate (and convert) a potential value of this Parameter."""

doc: str | None = None
"""Parameter description."""
Expand Down

0 comments on commit 04b9efe

Please sign in to comment.