mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-07-11 11:22:03 +00:00
remove some type: ignore and make some specific
This commit is contained in:
@@ -24,8 +24,8 @@ class MessageType(IntEnum):
|
||||
# WSMessage with slightly better typings
|
||||
class WSMessageExtra(WSMessage):
|
||||
# TODO message typings here too
|
||||
data: Any # type: ignore yes you can extend it
|
||||
type: WSMsgType # type: ignore
|
||||
data: Any # pyright: ignore [reportIncompatibleVariableOverride]
|
||||
type: WSMsgType # pyright: ignore [reportIncompatibleVariableOverride]
|
||||
|
||||
# see wsrouter.ts for typings
|
||||
|
||||
|
||||
Reference in New Issue
Block a user