mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
style: reformat with black (#3324)
This commit is contained in:
parent
363a52526e
commit
3f66f995f7
1 changed files with 0 additions and 1 deletions
|
@ -1,6 +1,5 @@
|
||||||
from typing import Union
|
from typing import Union
|
||||||
|
|
||||||
|
|
||||||
class Backend:
|
class Backend:
|
||||||
@classmethod
|
@classmethod
|
||||||
def command(cls, service: int, method: int, data: bytes) -> bytes: ...
|
def command(cls, service: int, method: int, data: bytes) -> bytes: ...
|
||||||
|
|
Loading…
Reference in a new issue