Skip to content

Commit

Permalink
Fix formatting, again.
Browse files Browse the repository at this point in the history
  • Loading branch information
MHHukiewitz committed Mar 29, 2024
1 parent 8c648b8 commit 9330ce5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/aleph/sdk/chains/sol.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
from warnings import warn

warn("Module aleph.sdk.chains.sol is deprecated in favor of aleph.sdk.chains.solana", DeprecationWarning, stacklevel=2)
warn(
"Module aleph.sdk.chains.sol is deprecated in favor of aleph.sdk.chains.solana",
DeprecationWarning,
stacklevel=2,
)
from aleph.sdk.chains.solana import *

0 comments on commit 9330ce5

Please sign in to comment.