ruff/crates/ruff_linter/resources/test/fixtures/pyflakes/F821_20.py

6 lines
141 B
Python

"""Test lazy evaluation of type alias values."""
type RecordCallback[R: Record] = Callable[[R], None]
from collections.abc import Callable