Skip to content

Commit

Permalink
endless CI fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
reaperhulk committed Nov 27, 2022
1 parent 607f0fc commit f6b4a18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_interfaces.py
Expand Up @@ -66,7 +66,7 @@ def method(self, other):
"""Method without signature"""

class ClassWithSignature:
def method(self, other: object) -> int:
def method(self, other: object):
"""Method with signature"""

verify_interface(SimpleInterface, ClassWithoutSignature)
Expand Down

0 comments on commit f6b4a18

Please sign in to comment.