fix: no __future__ import

This commit is contained in:
Bingsu
2023-05-03 12:16:24 +09:00
parent fcd701e2a4
commit 0391bcf317
8 changed files with 10 additions and 18 deletions

View File

@@ -1,5 +1,3 @@
from __future__ import annotations
import importlib
from functools import lru_cache
from pathlib import Path