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 b2791d9 commit 2aab739Copy full SHA for 2aab739
tests/test_nts.py
@@ -16,7 +16,7 @@ class NormalizedCase:
16
name: str
17
query: str
18
document: JSONValue
19
- paths: list[str]
+ paths: List[str]
20
21
22
def normalized_cases() -> List[NormalizedCase]:
0 commit comments