Skip to content

Commit d7af39e

Browse files
committed
fix linter
1 parent 4011015 commit d7af39e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pyiceberg/catalog/rest/auth.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -167,9 +167,7 @@ def _client_secret_header(self) -> str:
167167
return f"Basic {b64_creds}"
168168

169169
def _refresh_token(self) -> None:
170-
data = {
171-
"grant_type": "client_credentials"
172-
}
170+
data = {"grant_type": "client_credentials"}
173171
if self.scope:
174172
data["scope"] = self.scope
175173

0 commit comments

Comments
 (0)