mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-06 20:24:30 +08:00
fix imports in atexit.pyi
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
"""Stub file for the 'atexit' module."""
|
||||
|
||||
from typing import Any, Callable
|
||||
|
||||
def _clear() -> None: ...
|
||||
def _ncallbacks() -> int: ...
|
||||
def _run_exitfuncs() -> None: ...
|
||||
|
||||
Reference in New Issue
Block a user