Skip to content

Commit

Permalink
remove no type check
Browse files Browse the repository at this point in the history
  • Loading branch information
adrn committed Jan 2, 2024
1 parent 07d0cfe commit 7e97205
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/galax/units.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,12 @@
]

from collections.abc import Iterator
from typing import ClassVar, Union, no_type_check
from typing import ClassVar, Union

import astropy.units as u
from astropy.units.physical import _physical_unit_mapping


@no_type_check # TODO: get beartype working with this
class UnitSystem:
"""Represents a system of units.
Expand Down

0 comments on commit 7e97205

Please sign in to comment.