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

9 lines
148 B
Python

"""Regression test for: https://github.com/astral-sh/ruff/issues/15583"""
from typing import (
List,
List,
)
def foo() -> List[int]: ...