Skip to content

Commit b16b2af

Browse files
committed
fix: lintering
1 parent 656b07d commit b16b2af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyiceberg/catalog/rest/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -928,4 +928,4 @@ def close(self) -> None:
928928
929929
This method closes mounted HttpAdapters' pooled connections and any active Proxy pooled connections.
930930
"""
931-
self._session.close()
931+
self._session.close()

0 commit comments

Comments
 (0)