Skip to content

Commit 3ad6218

Browse files
committed
fix lint
1 parent 674a419 commit 3ad6218

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyiceberg/table/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@
113113
SnapshotLogEntry,
114114
SnapshotSummaryCollector,
115115
Summary,
116-
ancestors_of,
117116
update_snapshot_summaries,
118117
)
119118
from pyiceberg.table.sorting import UNSORTED_SORT_ORDER, SortOrder

tests/table/test_init.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,8 @@
7575
Operation,
7676
Snapshot,
7777
SnapshotLogEntry,
78-
Summary, ancestors_of,
78+
Summary,
79+
ancestors_of,
7980
)
8081
from pyiceberg.table.sorting import (
8182
NullOrder,

0 commit comments

Comments
 (0)