Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
HonahX committed Jun 12, 2024
1 parent 99259c6 commit 94f9c7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyiceberg/table/snapshots.py
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ def __str__(self) -> str:

def manifests(self, io: FileIO) -> List[ManifestFile]:
"""Return the manifests for the given snapshot."""
return Snapshot._manifests(io, self.manifest_list)
return _manifests(io, self.manifest_list)


class MetadataLogEntry(IcebergBaseModel):
Expand Down

0 comments on commit 94f9c7e

Please sign in to comment.