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 ac646c0 commit 0b05fa1Copy full SHA for 0b05fa1
1 file changed
mypyc/test/test_cheader.py
@@ -32,8 +32,6 @@ def check_name(name: str) -> None:
32
registry.function_ops.values(),
33
]:
34
for ops in values:
35
- if isinstance(ops, PrimitiveDescription):
36
- ops = [ops]
37
for op in ops:
38
if op.c_function_name is not None:
39
check_name(op.c_function_name)
0 commit comments