We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63af572 commit 4eb147bCopy full SHA for 4eb147b
1 file changed
src/array_api/cli/_main.py
@@ -175,7 +175,6 @@ def generate(body_module: dict[str, list[ast.stmt]], out_path: Path) -> None:
175
for i, b in enumerate(body):
176
if isinstance(b, (ast.Import, ast.ImportFrom)):
177
pass
178
- # out.body.insert(0, b)
179
elif isinstance(b, ast.FunctionDef):
180
if b.name == "__eq__":
181
continue
0 commit comments