[mod] drop: from __future__ import annotations

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
Markus Heiser 2025-08-24 15:16:46 +02:00 committed by Markus Heiser
parent 57b9673efb
commit f24d85bc4b
67 changed files with 15 additions and 68 deletions

View file

@ -17,7 +17,6 @@ to be loaded. The rules used for this can be found in the
"""
from __future__ import annotations
import typing as t
import os.path
from collections.abc import MutableMapping