mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 15:02:21 -04:00
Sort imports
This commit is contained in:
parent
e3d11e278e
commit
c3647e2d3e
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
from __future__ import annotations
|
||||
|
||||
import re
|
||||
from typing import Any, Optional, Callable, cast
|
||||
from typing import Any, Callable, Optional, cast
|
||||
|
||||
import aqt
|
||||
from anki.sync import SyncStatus
|
||||
|
|
Loading…
Reference in a new issue