fix import order

This commit is contained in:
Damien Elmes 2020-01-06 13:15:02 +10:00
parent b5d2865031
commit 9d2e57fcbc

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