Skip to content

Commit 1e8599d

Browse files
committed
Import ComponentAttributeFilterOptions into typing.py
Signed-off-by: Emanuele Brentegani <emabr90@gmail.com>
1 parent 8ef37be commit 1e8599d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/power_grid_model/typing.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
from power_grid_model._core.typing import ( # pylint: disable=unused-import
2323
ComponentAttributeMapping as _ComponentAttributeMapping,
2424
)
25+
from power_grid_model.enum import ComponentAttributeFilterOptions # pylint: disable=unused-import
2526

2627
ComponentAttributeMapping = _ComponentAttributeMapping
2728
"""

0 commit comments

Comments
 (0)