Skip to content

Commit a99dcad

Browse files
committed
Apply ruff format after merge
1 parent d7d57ea commit a99dcad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyiceberg/catalog/rest/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,7 @@ def _load_file_io(self, properties: Properties = EMPTY_DICT, location: str | Non
275275
if self._auth_manager:
276276
merged_properties[AUTH_MANAGER] = self._auth_manager
277277
return load_file_io(merged_properties, location)
278+
278279
def is_rest_scan_planning_enabled(self) -> bool:
279280
"""Check if rest server-side scan planning is enabled.
280281

0 commit comments

Comments
 (0)