| 1 | from __future__ import annotations |
| 2 | from dataclasses import dataclass, replace |
| 3 | from collections import defaultdict |
| 4 | from typing import Any, Generic, TypeVar, Iterator, Generator, TYPE_CHECKING |
nothing calls this directly
no test coverage detected