mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-16 08:47:39 +08:00
Fix some stubtest complaints before they happen (#9585)
Add missing objects to various stubs
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
import logging
|
||||
import pathlib
|
||||
|
||||
logger: logging.Logger
|
||||
|
||||
class PlaysoundException(Exception): ...
|
||||
|
||||
def playsound(sound: str | pathlib.Path, block: bool = ...) -> None: ...
|
||||
|
||||
Reference in New Issue
Block a user