Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelhly committed Oct 12, 2024
1 parent 482a34d commit 91b4e0c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/solana/transaction.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,8 @@ def __init__(
) -> None:
"""Init transaction object."""
warn(
"Transaction is deprecated and will be removed in a later release. Please use the Transaction module from solders.transaction instead.",
"""Transaction is deprecated and will be removed in a later release.
Please use the Transaction module from solders.transaction instead.""",
DeprecationWarning,
)

Expand Down

0 comments on commit 91b4e0c

Please sign in to comment.