Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
g-bauer committed Dec 18, 2024
1 parent 8556685 commit 6612200
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions si-units/src/si_units/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
>>> moles = 75.0 * MOL
>>> pressure = moles * RGAS * temperature / volume
>>> print(f"The pressure is {pressure / BAR:.2f} bar")
"The pressure is 1.24 bar"
The pressure is 1.24 bar
"""
# from si_units._core import SIObject
from si_units._core import (
SIObject,
Angle,
array1,
array,
linspace,
logspace,
SECOND,
Expand Down Expand Up @@ -97,7 +97,7 @@
__all__ = [
"SIObject",
"Angle",
"array1",
"array",
"linspace",
"logspace",
"SECOND",
Expand Down

0 comments on commit 6612200

Please sign in to comment.