From 7e97205465f55ae3c3e4db0aee49ccf1463b25fe Mon Sep 17 00:00:00 2001 From: Adrian Price-Whelan Date: Mon, 1 Jan 2024 13:31:43 -0500 Subject: [PATCH] remove no type check --- src/galax/units.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/galax/units.py b/src/galax/units.py index bc6ee217..da415629 100644 --- a/src/galax/units.py +++ b/src/galax/units.py @@ -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.