removed future anotations

This commit is contained in:
2026-01-20 23:35:41 +05:30
parent dca19caaf3
commit 6b334fd181
12 changed files with 0 additions and 24 deletions

View File

@@ -1,5 +1,3 @@
from __future__ import annotations
from pathlib import Path
from typing import List, Dict, Any

View File

@@ -1,5 +1,3 @@
from __future__ import annotations
from pathlib import Path
from typing import Dict, Iterable, List

View File

@@ -1,5 +1,3 @@
from __future__ import annotations
from pathlib import Path
from typing import Dict, List, Optional