Skip to content

Commit 87f6848

Browse files
committed
test: Fix syntax error
1 parent 356d704 commit 87f6848

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/table/test_replace.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
ManifestContent,
2424
ManifestEntry,
2525
ManifestEntryStatus,
26-
)from pyiceberg.schema import Schema
26+
)
27+
from pyiceberg.schema import Schema
2728
from pyiceberg.table.snapshots import Operation
2829
from pyiceberg.typedef import Record
2930

0 commit comments

Comments
 (0)