This commit is contained in:
2025-05-06 13:15:44 +02:00
parent f8b352d624
commit 0cf1c5aeb7
7 changed files with 22 additions and 59 deletions

View File

@@ -16,14 +16,8 @@
from __future__ import annotations
from pywayland.protocol_core import (
Argument,
ArgumentType,
Global,
Interface,
Proxy,
Resource,
)
from pywayland.protocol_core import (Argument, ArgumentType, Global, Interface,
Proxy, Resource)
class ZriverCommandCallbackV1(Interface):

View File

@@ -16,14 +16,8 @@
from __future__ import annotations
from pywayland.protocol_core import (
Argument,
ArgumentType,
Global,
Interface,
Proxy,
Resource,
)
from pywayland.protocol_core import (Argument, ArgumentType, Global, Interface,
Proxy, Resource)
from ..wayland import WlSeat
from .zriver_command_callback_v1 import ZriverCommandCallbackV1