Skip to content

Commit 7b1365b

Browse files
Remove unnecessary blank line in pyarrow.py
1 parent 115bc90 commit 7b1365b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

pyiceberg/io/pyarrow.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,6 @@ def parse_location(location: str, properties: Properties = EMPTY_DICT) -> tuple[
407407
else:
408408
return uri.scheme, uri.netloc, f"{uri.netloc}{uri.path}"
409409

410-
411410
def _initialize_fs(self, scheme: str, netloc: str | None = None) -> FileSystem:
412411
"""Initialize FileSystem for different scheme."""
413412
if scheme in {"oss"}:

0 commit comments

Comments
 (0)