mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-26 21:08:59 +08:00
Remove bare Incomplete annotations in third-party stubs (#11671)
This commit is contained in:
@@ -23,4 +23,4 @@ def get_logger() -> Any: ...
|
||||
def setup_logging() -> None: ...
|
||||
|
||||
# TODO: this needs `types-pytz` and a type-alias
|
||||
def get_timezone_from_tz_string(tz_string: str) -> Incomplete: ...
|
||||
def get_timezone_from_tz_string(tz_string: str): ...
|
||||
|
||||
Reference in New Issue
Block a user