fix import order

This commit is contained in:
Damien Elmes 2020-01-06 13:15:02 +10:00
parent 46a1bd8bed
commit fad2a66bc0

View file

@ -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