enable ASYNC, DTZ, YTT and EM lints
This commit is contained in:
@@ -27,7 +27,8 @@ class ToastOverlay:
|
||||
_instance: "None | ToastOverlay" = None
|
||||
|
||||
def __init__(self) -> None:
|
||||
raise RuntimeError("Call use() instead")
|
||||
msg = "Call use() instead"
|
||||
raise RuntimeError(msg)
|
||||
|
||||
@classmethod
|
||||
def use(cls: Any) -> "ToastOverlay":
|
||||
|
||||
Reference in New Issue
Block a user