Skip to content

Commit 79845b6

Browse files
committed
lint: remove annotations imports
1 parent 723b6dc commit 79845b6

23 files changed

+0
-25
lines changed

src/typesense/configuration.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414
- ConfigError: Custom exception for configuration-related errors.
1515
"""
1616

17-
from __future__ import annotations
18-
1917
import sys
2018
import time
2119

tests/analytics_rule_v1_test.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
"""Tests for the AnalyticsRuleV1 class."""
22

3-
from __future__ import annotations
43

54
import pytest
65

tests/analytics_rules_test.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
"""Tests for v30 Analytics Rules endpoints (client.analytics.rules)."""
22

3-
from __future__ import annotations
43

54
import pytest
65

tests/collections_test.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
"""Tests for the Collections class."""
22

3-
from __future__ import annotations
43

54
import sys
65

tests/conversation_model_test.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
"""Tests for the ConversationModel class."""
22

3-
from __future__ import annotations
43

54
import pytest
65
from dotenv import load_dotenv

tests/conversations_models_test.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
"""Tests for the ConversationsModels class."""
22

3-
from __future__ import annotations
43

54
import os
65
import sys

tests/curation_set_test.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
"""Tests for the CurationSet class including items APIs."""
22

3-
from __future__ import annotations
43

54
import pytest
65

tests/document_test.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
"""Tests for the Document class."""
22

3-
from __future__ import annotations
43

54
import pytest
65

tests/key_test.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
"""Tests for the Key class."""
22

3-
from __future__ import annotations
43

54

65
from tests.utils.object_assertions import (

tests/keys_test.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
"""Tests for the Keys class."""
22

3-
from __future__ import annotations
43

54
import base64
65
import hashlib

0 commit comments

Comments
 (0)