Skip to content

Commit

Permalink
Fix linter errors
Browse files Browse the repository at this point in the history
  • Loading branch information
RedCuckoo committed Dec 7, 2023
1 parent 03ee974 commit ad7b2fb
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion tests/test_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,19 @@
import pytest

from ankr.advanced_apis import AnkrAdvancedAPI
from ankr.types import *
from ankr.types import (
GetLogsRequest,
Blockchain,
GetBlocksRequest,
GetNFTsByOwnerRequest,
GetNFTMetadataRequest,
GetNFTHoldersRequest,
GetTransactionsByHashRequest,
GetTokenHoldersRequest,
GetTokenHoldersCountRequest,
GetAccountBalanceRequest,
GetTokenPriceRequest,
)


def test_client_api_key() -> None:
Expand Down

0 comments on commit ad7b2fb

Please sign in to comment.