ruff/crates/ruff_linter/resources/test/fixtures/pyflakes/F401_11.py
2023-09-20 08:38:27 +02:00

7 lines
139 B
Python

"""Test: parsing of nested string annotations."""
from typing import List
from pathlib import Path, PurePath
x: """List['Path']""" = []