Rename models.py to state.py to avoid conflict with models/ directory
The models.py file conflicts with the models/ subdirectory when importing. Renamed to state.py for clarity.
This commit is contained in:
@@ -9,7 +9,7 @@ from __future__ import annotations
|
||||
|
||||
from typing import TYPE_CHECKING
|
||||
|
||||
from py_dvt_ate.simulation.physics.models import ElectricalState, ThermalState
|
||||
from py_dvt_ate.simulation.physics.state import ElectricalState, ThermalState
|
||||
|
||||
if TYPE_CHECKING:
|
||||
from py_dvt_ate.simulation.physics.models.base import DUTModel
|
||||
|
||||
Reference in New Issue
Block a user