Sort imports

This commit is contained in:
Matthias Metelka 2023-01-14 03:09:17 +01:00
parent e3d11e278e
commit c3647e2d3e

View file

@ -3,7 +3,7 @@
from __future__ import annotations from __future__ import annotations
import re import re
from typing import Any, Optional, Callable, cast from typing import Any, Callable, Optional, cast
import aqt import aqt
from anki.sync import SyncStatus from anki.sync import SyncStatus