Skip to content

Commit 6ebf3e7

Browse files
committed
Temp change to trigger update
Signed-off-by: Chad Dombrova <[email protected]>
1 parent a98c617 commit 6ebf3e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/python/stubs/generate_stubs.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ class OIIOSignatureGenerator(AdvancedSignatureGenerator):
3030
sig_matcher = AdvancedSigMatcher(
3131
signature_overrides={
3232
# signatures for these special methods include many inaccurate overloads
33-
"*.__ne__": "(self, other: object) -> bool",
34-
"*.__eq__": "(self, other: object) -> bool",
33+
# "*.__ne__": "(self, other: object) -> bool",
34+
# "*.__eq__": "(self, other: object) -> bool",
3535
},
3636
arg_type_overrides={
3737
# FIXME: Buffer may in fact be more accurate here

0 commit comments

Comments
 (0)