Skip to content

Commit 5460b2f

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: aad98d7c148ca1a6bd87b7f7e62af788cfd38e24I, Nitish Bharambe <[email protected]>, hereby add my Signed-off-by to this commit: 7f6c163090011e70c788f52c01e6353c38420a61Signed-off-by: Nitish Bharambe <[email protected]>
Signed-off-by: Nitish Bharambe <[email protected]>
1 parent 47ad0d1 commit 5460b2f

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)