Skip to content

Commit 12a31a9

Browse files
committed
(fix) Solved pre-commit issues
1 parent 70af961 commit 12a31a9

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44

55
## [1.14.1] - 2026-04-29
66
### Changed
7-
- Update Python version limitation to ">=3.10,<3.15" to support Pythong v1.14
7+
- Update Python version limitation to ">=3.10,<3.15" to support Python v1.14
88

99
## [1.14.0] - 2026-04-27
1010
### Changed

tests/core/test_broadcaster.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77

88
import pyinjective.ofac as ofac
99
from pyinjective import PrivateKey
10-
from pyinjective.async_client_v2 import AsyncClient
11-
from pyinjective.composer_v2 import Composer
1210
from pyinjective.core.broadcaster import MsgBroadcasterWithPk, StandardAccountBroadcasterConfig
1311
from pyinjective.core.network import Network
1412

0 commit comments

Comments
 (0)