mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-29 05:15:12 +00:00
11 lines
74 B
Python
11 lines
74 B
Python
def foo(x):
|
|
return x
|
|
|
|
|
|
@foo
|
|
def bar():
|
|
pass
|
|
|
|
|
|
def bar():
|
|
pass
|