Skip to content

Commit b6b24d7

Browse files
committed
fix lint
1 parent a316bac commit b6b24d7

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
@@ -112,7 +112,6 @@
112112
SnapshotLogEntry,
113113
SnapshotSummaryCollector,
114114
Summary,
115-
ancestors_of,
116115
update_snapshot_summaries,
117116
)
118117
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)