Skip to content

Commit

Permalink
Fix python SDK lint
Browse files Browse the repository at this point in the history
  • Loading branch information
thibault-martinez committed Oct 20, 2023
1 parent 3d1deb9 commit b4821d4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bindings/python/iota_sdk/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,14 @@
from iota_sdk.types.output_id import OutputId
from iota_sdk.types.output import Output
from iota_sdk.external import call_utils_method
from iota_sdk.types.payload import TransactionPayload

# Required to prevent circular import
if TYPE_CHECKING:
from iota_sdk.types.block.wrapper import BlockWrapper

# pylint: disable=too-many-public-methods


class Utils():
"""Utility functions.
Expand Down

0 comments on commit b4821d4

Please sign in to comment.