Skip to content

Commit 1a21a73

Browse files
author
Giorgio Trettenero
committed
add line breaks for consistency
1 parent ae9ad7b commit 1a21a73

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyiceberg/table/snapshots.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,7 @@ def build(self) -> Dict[str, str]:
312312
for partition_path, update_metrics_partition in self.partition_metrics.items():
313313
if (summary := self._partition_summary(update_metrics_partition)) and len(summary) != 0:
314314
properties[CHANGED_PARTITION_PREFIX + partition_path] = summary
315+
315316
return properties
316317

317318
def _partition_summary(self, update_metrics: UpdateMetrics) -> str:

0 commit comments

Comments
 (0)