Remove bare Incomplete annotations in third-party stubs (#11671)

This commit is contained in:
Sebastian Rittau
2024-03-31 03:34:51 +02:00
committed by GitHub
parent 6cb57b5f26
commit 33de88879f
33 changed files with 76 additions and 99 deletions

View File

@@ -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): ...