We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca6d662 commit 50206a7Copy full SHA for 50206a7
tests/api_call_test.py
@@ -6,7 +6,6 @@
6
import sys
7
import time
8
9
-from isort import Config
10
from pytest_mock import MockFixture
11
12
if sys.version_info >= (3, 11):
tests/nl_search_models_test.py
@@ -8,9 +8,9 @@
import pytest
- import typing
+ pass
else:
13
- import typing_extensions as typing
14
15
from tests.utils.object_assertions import (
16
assert_match_object,
@@ -20,7 +20,6 @@
20
)
21
from typesense.api_call import ApiCall
22
from typesense.nl_search_models import NLSearchModels
23
-from typesense.types.nl_search_model import NLSearchModelSchema
24
25
26
def test_init(fake_api_call: ApiCall) -> None:
0 commit comments