mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02: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
|
||||
|
||||
|
||||
class Backend:
|
||||
@classmethod
|
||||
def command(cls, service: int, method: int, data: bytes) -> bytes: ...
|
||||
|
|
Loading…
Reference in a new issue