Skip to content

Commit

Permalink
Fix tests: missing tuple type fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
robsdedude committed Aug 26, 2024
1 parent 969562d commit b6c8eb9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test-data/unit/check-errorcodes.test
Original file line number Diff line number Diff line change
Expand Up @@ -1227,3 +1227,4 @@ class A2(six.with_metaclass(M1), metaclass=M1): pass # E: Multiple metaclass de

@six.add_metaclass(M1)
class A3(six.with_metaclass(M1)): pass # E: Multiple metaclass definitions [metaclass]
[builtins fixtures/tuple.pyi]

0 comments on commit b6c8eb9

Please sign in to comment.