diff --git a/src/solana/transaction.py b/src/solana/transaction.py index 98f90b3d..a4d11bb2 100644 --- a/src/solana/transaction.py +++ b/src/solana/transaction.py @@ -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, )