Annotate urllib3.disable_warnings (#8245)

This commit is contained in:
Kevin Kirsche
2022-07-06 10:35:05 -04:00
committed by GitHub
parent 2792910ace
commit be2921648c

View File

@@ -24,4 +24,4 @@ class NullHandler(logging.Handler):
def emit(self, record): ...
def add_stderr_logger(level=...): ...
def disable_warnings(category=...): ...
def disable_warnings(category: type[Warning] = ...) -> None: ...