style: reformat with black (#3324)

This commit is contained in:
David Culley 2024-07-26 12:58:57 +02:00 committed by GitHub
parent db385f3dcf
commit 51ec030125

View file

@ -1,6 +1,5 @@
from typing import Union
class Backend:
@classmethod
def command(cls, service: int, method: int, data: bytes) -> bytes: ...