Skip to content

Commit e9b7388

Browse files
committed
DCO Remediation Commit for Nitish Bharambe <[email protected]>
I, Nitish Bharambe <[email protected]>, hereby add my Signed-off-by to this commit: aad98d7 I, Nitish Bharambe <[email protected]>, hereby add my Signed-off-by to this commit: 7f6c163 Signed-off-by: Nitish Bharambe <[email protected]>
1 parent 30c127e commit e9b7388

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/power_grid_model_io/utils/parsing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def parse_trafo3_connection(string: str) -> Dict[str, str]:
5353
^ Start of the string
5454
(Y|YN|D|Z|ZN) First winding type
5555
(y|yn|d|z|zn) Second winding type
56-
(-?\d|1[0-2]|-1[0-2]) Clock number (-12-12)
56+
(-?\d|1[0-2]|-1[0-2]) Clock number (-12-12)
5757
(y|yn|d|z|zn) Third winding type
5858
(-?\d|1[0-2]|-1[0-2]) Clock number (-12-12)
5959
$ End of the string

0 commit comments

Comments
 (0)