mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-29 21:35:58 +00:00
15 lines
99 B
Python
15 lines
99 B
Python
def l():
|
|
pass
|
|
|
|
|
|
def I():
|
|
pass
|
|
|
|
|
|
class X:
|
|
def O(self):
|
|
pass
|
|
|
|
|
|
def x():
|
|
pass
|