Skip to content

Commit

Permalink
More lints
Browse files Browse the repository at this point in the history
  • Loading branch information
thibault-martinez committed Oct 21, 2023
1 parent b3ff44d commit d4fc8af
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bindings/python/tests/test_block.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Copyright 2023 IOTA Stiftung
# SPDX-License-Identifier: Apache-2.0

import pytest
from typing import get_args
import pytest
from iota_sdk import BasicBlock, BlockType, BlockWrapper, Payload, PayloadType


Expand Down
2 changes: 1 addition & 1 deletion bindings/python/tests/test_offline.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import json
import unittest
import pytest
from iota_sdk import BasicBlock, Client, MnemonicSecretManager, Utils, SecretManager, OutputId, hex_to_utf8, utf8_to_hex, Bip44, CoinType, Irc27Metadata, Irc30Metadata
from iota_sdk import Client, MnemonicSecretManager, Utils, SecretManager, OutputId, hex_to_utf8, utf8_to_hex, Bip44, CoinType, Irc27Metadata, Irc30Metadata


# Read the test vector
Expand Down
2 changes: 1 addition & 1 deletion bindings/python/tests/test_wallet_destroy.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# SPDX-License-Identifier: Apache-2.0

import shutil
import pytest
import unittest
import pytest
from iota_sdk import Wallet, MnemonicSecretManager, CoinType, ClientOptions, WalletError


Expand Down

0 comments on commit d4fc8af

Please sign in to comment.