refactor: Simplify imports in leg_counting.py

This commit is contained in:
Andreas Koepf 2025-01-24 10:19:10 +01:00 committed by Andreas Koepf (aider)
parent a20a9e9650
commit fef97fd2bb

View file

@ -1,7 +1,7 @@
"""Leg counting task generator""" """Leg counting task generator"""
from dataclasses import dataclass from dataclasses import dataclass
from random import Random from random import Random
from typing import Dict, List, Optional, Tuple from typing import Dict, Optional
ANIMALS = { ANIMALS = {
# Animals with 0 legs # Animals with 0 legs