Skip to content

Commit 50206a7

Browse files
committed
chore: lint
1 parent ca6d662 commit 50206a7

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

tests/api_call_test.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
import sys
77
import time
88

9-
from isort import Config
109
from pytest_mock import MockFixture
1110

1211
if sys.version_info >= (3, 11):

tests/nl_search_models_test.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
import pytest
99

1010
if sys.version_info >= (3, 11):
11-
import typing
11+
pass
1212
else:
13-
import typing_extensions as typing
13+
pass
1414

1515
from tests.utils.object_assertions import (
1616
assert_match_object,
@@ -20,7 +20,6 @@
2020
)
2121
from typesense.api_call import ApiCall
2222
from typesense.nl_search_models import NLSearchModels
23-
from typesense.types.nl_search_model import NLSearchModelSchema
2423

2524

2625
def test_init(fake_api_call: ApiCall) -> None:

0 commit comments

Comments
 (0)