Skip to content

Commit

Permalink
fix: remove bad import
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeshultz committed Oct 19, 2024
1 parent 7e0b4be commit 3d26953
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

import pytest
from eth_account.account import Account
from eth_account.messages import SignableMessage, encode_defunct, encode_structured_data
from eth_account.messages import SignableMessage, encode_defunct
from eth_utils import decode_hex, encode_hex
from hexbytes import HexBytes
from ledgerblue.comm import getDongle
Expand Down Expand Up @@ -195,7 +195,7 @@ def exchange(self, adpu, timeout=20000):
raise self.exception

def close(self):
...
pass


def getMockDongle():
Expand Down

0 comments on commit 3d26953

Please sign in to comment.