1
0
forked from VimPlug/jedi

Fix a lot of test related typing issues

This commit is contained in:
Dave Halter
2026-02-10 19:38:55 +01:00
parent 6903bc25d5
commit 8cbb817b12
20 changed files with 47 additions and 40 deletions
+2 -1
View File
@@ -2,6 +2,7 @@ from textwrap import dedent
from operator import eq, ge, lt
import re
import os
from typing import Any
import pytest
@@ -448,7 +449,7 @@ def test_dataclass_signature(
assert price.name == price_type_infer
dataclass_transform_cases = [
dataclass_transform_cases: list[Any] = [
# Attributes on the decorated class and its base classes
# are not considered to be fields.
# 1/ Declare dataclass transformer