Skip to content

Commit a49ee49

Browse files
authored
fix: import to Quantity class (#441)
1 parent aca2940 commit a49ee49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/low_frequency/motor/aedt_motor/pm_synchronous.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
import matplotlib.pyplot as plt
2121
from ansys.aedt.core.examples.downloads import download_leaf
2222
from ansys.aedt.core.generic.constants import unit_converter
23-
from ansys.aedt.core.generic.numbers import Quantity
23+
from ansys.aedt.core.generic.numbers_utils import Quantity
2424

2525
# -
2626

0 commit comments

Comments
 (0)