From 415fcef0521057a3b7a272dc3b5b567749ba708c Mon Sep 17 00:00:00 2001 From: Daniel Haag <121057143+denialhaag@users.noreply.github.com> Date: Wed, 18 Dec 2024 12:39:57 +0100 Subject: [PATCH] Fix code style (#2095) --- pint/facets/plain/quantity.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pint/facets/plain/quantity.py b/pint/facets/plain/quantity.py index 6234060da..f1e977499 100644 --- a/pint/facets/plain/quantity.py +++ b/pint/facets/plain/quantity.py @@ -26,13 +26,13 @@ from ..._typing import Magnitude, QuantityOrUnitLike, Scalar, UnitLike from ...compat import ( HAS_NUMPY, + Self, _to_magnitude, deprecated, eq, is_duck_array_type, is_upcast_type, np, - Self, zero_or_nan, ) from ...errors import DimensionalityError, OffsetUnitCalculusError, PintTypeError