mirror of
https://github.com/astral-sh/ruff.git
synced 2025-10-01 14:21:53 +00:00
9 lines
148 B
Python
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]: ...
|