use other callable

This commit is contained in:
Benedikt Bartscher 2024-09-10 22:29:02 +02:00
parent 7d3071e747
commit 30ded81ef2
No known key found for this signature in database

View File

@ -7,10 +7,10 @@ import dataclasses
import random
import re
import string
from collections.abc import Callable
from typing import (
TYPE_CHECKING,
Any,
Callable,
Dict,
Iterable,
Optional,