Skip to content

Commit 4eb147b

Browse files
committed
chore: wip
1 parent 63af572 commit 4eb147b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/array_api/cli/_main.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,6 @@ def generate(body_module: dict[str, list[ast.stmt]], out_path: Path) -> None:
175175
for i, b in enumerate(body):
176176
if isinstance(b, (ast.Import, ast.ImportFrom)):
177177
pass
178-
# out.body.insert(0, b)
179178
elif isinstance(b, ast.FunctionDef):
180179
if b.name == "__eq__":
181180
continue

0 commit comments

Comments
 (0)