Skip to content

Commit

Permalink
fix: import PubKey type to prevent error on rest query (#294)
Browse files Browse the repository at this point in the history
* fix: import type so it will be registered

* chore: disable unused import warning for flake8
  • Loading branch information
jrriehl authored Oct 11, 2022
1 parent da9778d commit 8bf5551
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cosmpy/aerial/client/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@
QueryBalanceRequest,
)
from cosmpy.protos.cosmos.bank.v1beta1.query_pb2_grpc import QueryStub as BankGrpcClient
from cosmpy.protos.cosmos.crypto.ed25519.keys_pb2 import ( # noqa # pylint: disable=unused-import
PubKey,
)
from cosmpy.protos.cosmos.distribution.v1beta1.query_pb2 import (
QueryDelegationRewardsRequest,
)
Expand Down

0 comments on commit 8bf5551

Please sign in to comment.