more native type hints

This commit is contained in:
Andreas Koepf 2025-02-21 21:23:14 +01:00
parent ae26704d05
commit 74f590e24f
19 changed files with 90 additions and 92 deletions

View file

@ -1,7 +1,6 @@
import importlib.util
import os
from datetime import datetime
from typing import Any, Dict
def test_generator_files(directory_path: str) -> None: