Skip to content

Commit

Permalink
docs: add docstring to __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeshultz committed Oct 20, 2024
1 parent fafe582 commit 6e60b95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ledgereth/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# flake8:noqa
"""ledgereth, a library to interface with ledger-app-eth on Ledger hardware wallets."""
from importlib.metadata import metadata
from ledgereth.accounts import find_account, get_account_by_path, get_accounts
from ledgereth.messages import sign_message, sign_typed_data_draft
Expand Down

0 comments on commit 6e60b95

Please sign in to comment.