more native type hints

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

View file

@ -2,7 +2,7 @@
from dataclasses import dataclass
from random import Random
from typing import Dict, Optional
from typing import Optional
from ..factory import ProceduralDataset, register_dataset