Skip to content

Commit b563914

Browse files
nicolasbisurgiclaude
authored andcommitted
fix: remove extraneous f-string prefix on ENDIF (ruff F541)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 29b1869 commit b563914

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

TM1py/Services/ElementService.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ def escape_single_quote(text):
196196
[
197197
f"IF(ElementIsParent('{dimension_name}','{hierarchy_name}','{parent}','{child}')=1);",
198198
f"HierarchyElementComponentDelete('{dimension_name}','{hierarchy_name}','{parent}','{child}');",
199-
f"ENDIF;",
199+
"ENDIF;",
200200
]
201201
)
202202

0 commit comments

Comments
 (0)