mirror of
https://github.com/astral-sh/ruff.git
synced 2025-12-23 09:19:39 +00:00
8 lines
87 B
Python
8 lines
87 B
Python
def foo(a):
|
|
"""Summary
|
|
|
|
Args:
|
|
----
|
|
a: list
|
|
parameter a
|
|
"""
|