ruff/crates/ruff_linter/resources/test/fixtures/pyflakes/F811_29.pyi

9 lines
151 B
Python

"""Regression test for: https://github.com/astral-sh/ruff/issues/10509"""
from foo import Bar as Bar
class Eggs:
Bar: int # OK
Bar = 1 # F811