Skip to content

Commit 0483a08

Browse files
committed
remove redundant replace call
1 parent be18202 commit 0483a08

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pypgstac/pypgstac/pypgstac.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,6 @@ async def aiter(list: List):
148148
i.rstrip()
149149
.replace(r"\n", r"\\n")
150150
.replace(r"\t", r"\\t")
151-
.replace("'", "'")
152151
]
153152
).encode("utf-8")
154153
yield line

0 commit comments

Comments
 (0)