mirror of https://github.com/astral-sh/ruff
Remove erroneous output.py file
This commit is contained in:
parent
25e476639f
commit
b60768debb
37
output.py
37
output.py
|
|
@ -1,37 +0,0 @@
|
||||||
from collections import Counter
|
|
||||||
|
|
||||||
|
|
||||||
def f() -> None:
|
|
||||||
"""Docstring goes here."""
|
|
||||||
for x in range(5):
|
|
||||||
print(x)
|
|
||||||
else:
|
|
||||||
print("Nope!")
|
|
||||||
|
|
||||||
|
|
||||||
a = {
|
|
||||||
"a",
|
|
||||||
"b",
|
|
||||||
"c",
|
|
||||||
"a",
|
|
||||||
"b",
|
|
||||||
"c",
|
|
||||||
"a",
|
|
||||||
"b",
|
|
||||||
"c",
|
|
||||||
"a",
|
|
||||||
"b",
|
|
||||||
"c",
|
|
||||||
"a",
|
|
||||||
"b",
|
|
||||||
"c",
|
|
||||||
"a",
|
|
||||||
"b",
|
|
||||||
"c",
|
|
||||||
"a",
|
|
||||||
"b",
|
|
||||||
"c",
|
|
||||||
}
|
|
||||||
|
|
||||||
cls(title=title, before_text=before_text, after_text=after_text, before_description=before_description, after_description=after_description, transform_type=transform_type)
|
|
||||||
|
|
||||||
Loading…
Reference in New Issue