summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHernan <hernan.grecco@gmail.com>2022-05-01 18:59:05 -0300
committerHernan <hernan.grecco@gmail.com>2022-05-01 18:59:05 -0300
commit6dd4c07e8465091372819d5747fd1390a9310c5d (patch)
tree250613adb81b55ead15a4366e4ea09b359fdc45f
parentc23fb848265addfa931512d8df354d702466e2f7 (diff)
downloadpint-code_reorganization.tar.gz
Remove unused classcode_reorganization
-rw-r--r--pint/facets/plain/quantity.py5
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)