mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-19 01:51:30 +00:00
8 lines
126 B
Python
8 lines
126 B
Python
def foo():
|
|
"""Returns foo()."""
|
|
|
|
def foo():
|
|
""""Use prefix_foo()."""
|
|
|
|
def foo():
|
|
""""Use this function; foo()."""
|