mirror of
https://github.com/ankitects/anki.git
synced 2025-11-06 12:47:11 -05:00
fix import order
This commit is contained in:
parent
46a1bd8bed
commit
fad2a66bc0
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ A Python implementation of some backend commands.
|
|||
Unimplemented commands will be forwarded on to the Rust backend.
|
||||
"""
|
||||
|
||||
from typing import Tuple, Any, Dict
|
||||
from typing import Any, Dict, Tuple
|
||||
|
||||
import anki # pylint: disable=unused-import
|
||||
import anki.backend_pb2 as pb
|
||||
|
|
|
|||
Loading…
Reference in a new issue