Skip to content

Commit 4ac52bd

Browse files
committed
fix: resolve linter warning
1 parent a66384a commit 4ac52bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openfga_sdk/credentials.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ def _parse_issuer(self, issuer: str):
171171
raise ApiValueError(e)
172172

173173
if parsed_url.netloc is None and parsed_url.path is None:
174-
raise ApiValueError(f"Invalid issuer")
174+
raise ApiValueError("Invalid issuer")
175175

176176
if parsed_url.scheme == "":
177177
parsed_url = urlparse(f"https://{issuer}")

0 commit comments

Comments
 (0)