mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
Remove reimport of Any
This commit is contained in:
parent
72c7cb674a
commit
6bb45355d1
1 changed files with 0 additions and 1 deletions
|
@ -4,7 +4,6 @@
|
|||
from __future__ import annotations
|
||||
|
||||
import sys
|
||||
from typing import Any
|
||||
|
||||
if sys.version_info[0] < 3 or sys.version_info[1] < 9:
|
||||
raise Exception("Anki requires Python 3.9+")
|
||||
|
|
Loading…
Reference in a new issue