Skip to content

Commit 2a9786f

Browse files
committed
Remove 2 unused type: ignore
1 parent 54a546c commit 2a9786f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/test_plugin_kraken.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929

3030
@pytest.fixture(name="private_post_ledgers_return")
31-
def private_post_ledgers_return_fixture() -> Dict[str, Any]: # type: ignore
31+
def private_post_ledgers_return_fixture() -> Dict[str, Any]:
3232
return {
3333
"error": [],
3434
"result": {
@@ -84,7 +84,7 @@ def private_post_ledgers_return_fixture() -> Dict[str, Any]: # type: ignore
8484

8585

8686
@pytest.fixture(name="private_post_tradeshistory_return")
87-
def private_post_tradeshistory_return_fixture() -> Dict[str, Any]: # type: ignore
87+
def private_post_tradeshistory_return_fixture() -> Dict[str, Any]:
8888
return {
8989
"error": [],
9090
"result": {

0 commit comments

Comments
 (0)