Skip to content

Commit 319d1f6

Browse files
Copilot0xrinegade
andcommitted
style: fix black formatting in exceptions.py function signature
Co-authored-by: 0xrinegade <[email protected]>
1 parent 7c17473 commit 319d1f6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

python/solana_ai_registries/exceptions.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,10 @@ class TransactionError(SolanaAIRegistriesError):
4646
"""Raised when a Solana transaction fails."""
4747

4848
def __init__(
49-
self, message: str, signature: Optional[str] = None, logs: Optional[List[str]] = None
49+
self,
50+
message: str,
51+
signature: Optional[str] = None,
52+
logs: Optional[List[str]] = None,
5053
):
5154
"""Initialize transaction error.
5255

0 commit comments

Comments
 (0)