mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 05:54:25 +08:00
Fix a small issue in overload tests
This commit is contained in:
@@ -4,7 +4,7 @@ from typing import List, Dict, overload, Tuple, TypeVar
|
||||
lst: list
|
||||
list_alias: List
|
||||
list_str: List[str]
|
||||
list_str: List[int]
|
||||
list_int: List[int]
|
||||
|
||||
# -------------------------
|
||||
# With base classes
|
||||
|
||||
Reference in New Issue
Block a user