diff options
author | Hernan <hernan.grecco@gmail.com> | 2022-05-01 18:59:05 -0300 |
---|---|---|
committer | Hernan <hernan.grecco@gmail.com> | 2022-05-01 18:59:05 -0300 |
commit | 6dd4c07e8465091372819d5747fd1390a9310c5d (patch) | |
tree | 250613adb81b55ead15a4366e4ea09b359fdc45f /pint/facets/plain/quantity.py | |
parent | c23fb848265addfa931512d8df354d702466e2f7 (diff) | |
download | pint-code_reorganization.tar.gz |
Remove unused classcode_reorganization
Diffstat (limited to 'pint/facets/plain/quantity.py')
-rw-r--r-- | pint/facets/plain/quantity.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/pint/facets/plain/quantity.py b/pint/facets/plain/quantity.py index ba291d3..5e4f33d 100644 --- a/pint/facets/plain/quantity.py +++ b/pint/facets/plain/quantity.py @@ -63,11 +63,6 @@ if TYPE_CHECKING: import numpy as np # noqa -class _Exception(Exception): # pragma: no cover - def __init__(self, internal): - self.internal = internal - - def reduce_dimensions(f): def wrapped(self, *args, **kwargs): result = f(self, *args, **kwargs) |