Skip to content

Commit 8ea07e7

Browse files
committed
Remove extra line
1 parent 9f0edf1 commit 8ea07e7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/runtime/lpython_builtin.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -876,7 +876,6 @@ def _lpython_str_index(s: str, sub: str) -> i32:
876876
raise ValueError("substring not found")
877877
return ind
878878

879-
880879
@overload
881880
def _lpython_str_swapcase(s: str) -> str:
882881
res :str = ""

0 commit comments

Comments
 (0)