Skip to content

Commit 8471bc3

Browse files
committed
chore: wip
1 parent 4eb147b commit 8471bc3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/array_api/cli/_main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,7 @@ def generate_all(
272272
for dir_path in (Path(cache_dir) / Path("src") / "array_api_stubs").iterdir():
273273
if not dir_path.is_dir():
274274
continue
275+
# 2021 is broken (no self keyword in `_array`` methods)
275276
if "2021" in dir_path.name:
276277
continue
277278
# get module bodies

0 commit comments

Comments
 (0)