diff --git a/stubs/usb/_objfinalizer.pyi b/stubs/usb/_objfinalizer.pyi deleted file mode 100644 --- a/stubs/usb/_objfinalizer.pyi +++ /dev/null @@ -1,17 +0,0 @@ -# Stubs for usb._objfinalizer (Python 3) -# -# NOTE: This dynamically typed stub was automatically generated by stubgen. - -from typing import Any - -class _AutoFinalizedObjectBase: - def __new__(cls, *args: Any, **kwargs: Any): ... - def finalize(self) -> None: ... - def __del__(self) -> None: ... - -class AutoFinalizedObject(_AutoFinalizedObjectBase): - def __new__(cls, *args: Any, **kwargs: Any): ... - def finalize(self) -> None: ... - -class AutoFinalizedObject(_AutoFinalizedObjectBase): - def finalize(self) -> None: ...