Skip to content

Commit

Permalink
Fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
denialhaag committed Dec 16, 2024
1 parent 3cbf3dd commit ff9f0eb
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 ff9f0eb

Please sign in to comment.