Skip to content

Commit 53ffed5

Browse files
committed
chore: added missing lint
Signed-off-by: Manish Dait <daitmanish88@gmail.com>
1 parent 2e88dd7 commit 53ffed5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

tests/integration/conftest.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22

33
from tests.integration.utils import IntegrationTestEnv
44

5+
56
@pytest.fixture
67
def env():
78
"""Integration test environment with client/operator set up."""
89
e = IntegrationTestEnv()
910
yield e
10-
e.close()
11+
e.close()

tests/integration/utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
from typing import TypeVar
66

77
from dotenv import load_dotenv
8-
from pytest import fixture
98

109
from hiero_sdk_python.account.account_create_transaction import AccountCreateTransaction
1110
from hiero_sdk_python.account.account_id import AccountId

0 commit comments

Comments
 (0)