add from __future__ import annotations

This commit is contained in:
Roy Nieterau 2025-04-01 09:08:12 +02:00
parent c7c2a4a7ec
commit b43969da1c

View file

@ -1,3 +1,4 @@
from __future__ import annotations
import os
import re
import logging