mirror of
https://github.com/astral-sh/ruff.git
synced 2025-10-01 14:21:53 +00:00
11 lines
74 B
Python
11 lines
74 B
Python
def foo(x):
|
|
return x
|
|
|
|
|
|
@foo
|
|
def bar():
|
|
pass
|
|
|
|
|
|
def bar():
|
|
pass
|