Skip to content

Commit 2aab739

Browse files
committed
Fix type hint for Python 3.8
1 parent b2791d9 commit 2aab739

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_nts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class NormalizedCase:
1616
name: str
1717
query: str
1818
document: JSONValue
19-
paths: list[str]
19+
paths: List[str]
2020

2121

2222
def normalized_cases() -> List[NormalizedCase]:

0 commit comments

Comments
 (0)