Skip to content

Commit

Permalink
Fix code style (#2095)
Browse files Browse the repository at this point in the history
  • Loading branch information
denialhaag authored Dec 18, 2024
1 parent 3cbf3dd commit 415fcef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pint/facets/plain/quantity.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 415fcef

Please sign in to comment.