Skip to content

Commit bb89b3f

Browse files
drgrootCopilot
andauthored
chore: fixed syntax issue for typing
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 6ed188f commit bb89b3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

servc/svc/com/storage/delta.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ def _filters(
122122
return filters if len(filters) > 0 else None
123123

124124
def overwrite(
125-
self, data: List[Any], partitions: Dict[str, List[Any]] | None = None, operator:str = " & "
125+
self, data: List[Any], partitions: Dict[str, List[Any]] | None = None, operator: str = " & "
126126
) -> bool:
127127
table = self.getConn()
128128

0 commit comments

Comments
 (0)