Skip to content

Commit

Permalink
style: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeshultz committed Oct 19, 2024
1 parent 3d26953 commit d6c90f0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_chain_id.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Test signing for multiple chains"""

import pytest
from eth_account import Account

Expand Down
1 change: 1 addition & 0 deletions tests/test_comms.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
approve all the transactions when testing.. Might work with mock dongle if
that ever gets done.
"""

import binascii
import os
import re
Expand Down
1 change: 1 addition & 0 deletions tests/test_exceptions.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
""" Test that exceptions are translated/rendered correctly """

import pytest
from ledgerblue.commException import CommException

Expand Down
1 change: 1 addition & 0 deletions tests/test_serialization.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
Test objects and serialization
"""

from eth_utils import decode_hex, is_checksum_address

from ledgereth.constants import DEFAULT_CHAIN_ID, DEFAULTS
Expand Down
1 change: 1 addition & 0 deletions tests/test_transactions.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
Test higher level transaction functionality
"""

from eth_account import Account
from eth_utils import decode_hex

Expand Down

0 comments on commit d6c90f0

Please sign in to comment.