Skip to content

Commit be344a6

Browse files
committed
Apply ruff format to PuffinWriter created-by line
Co-authored-by: Isaac
1 parent a979e55 commit be344a6

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

pyiceberg/table/puffin.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -166,9 +166,7 @@ def __init__(self, output_file: OutputFile, created_by: str | None = None) -> No
166166
self._output_file = output_file
167167
self._blobs = []
168168
self._blob_payloads = []
169-
self._created_by = (
170-
created_by if created_by is not None else f"PyIceberg version {__version__}"
171-
)
169+
self._created_by = created_by if created_by is not None else f"PyIceberg version {__version__}"
172170

173171
def set_blob(
174172
self,

0 commit comments

Comments
 (0)