Skip to content

Commit 94786a7

Browse files
committed
removed unnecessary statement
1 parent 351c2a3 commit 94786a7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pyspark_datasources/sharepoint.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,6 @@ def flush_buffer():
361361
buffer.clear()
362362

363363
for row in iterator:
364-
record = None
365364
try:
366365
record = self.resource.convert_row_to_sharepoint_record(row=row)
367366
except Exception as e:

0 commit comments

Comments
 (0)