Skip to content

Commit 287b386

Browse files
committed
fix lint after rebasing onto main
1 parent 3ad6218 commit 287b386

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/table/test_init.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ def test_snapshot_by_timestamp(table_v2: Table) -> None:
211211
parent_snapshot_id=None,
212212
sequence_number=0,
213213
timestamp_ms=1515100955770,
214-
manifest_list='s3://a/b/1.avro',
214+
manifest_list="s3://a/b/1.avro",
215215
summary=Summary(Operation.APPEND),
216216
schema_id=None,
217217
)
@@ -225,7 +225,7 @@ def test_ancestors_of(table_v2: Table) -> None:
225225
parent_snapshot_id=3051729675574597004,
226226
sequence_number=1,
227227
timestamp_ms=1555100955770,
228-
manifest_list='s3://a/b/2.avro',
228+
manifest_list="s3://a/b/2.avro",
229229
summary=Summary(Operation.APPEND),
230230
schema_id=1,
231231
),
@@ -234,7 +234,7 @@ def test_ancestors_of(table_v2: Table) -> None:
234234
parent_snapshot_id=None,
235235
sequence_number=0,
236236
timestamp_ms=1515100955770,
237-
manifest_list='s3://a/b/1.avro',
237+
manifest_list="s3://a/b/1.avro",
238238
summary=Summary(Operation.APPEND),
239239
schema_id=None,
240240
),

0 commit comments

Comments
 (0)