style: reformat with black (#3324)

This commit is contained in:
David Culley 2024-07-26 12:58:57 +02:00 committed by GitHub
parent 363a52526e
commit 3f66f995f7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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