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 427eeee commit 16e32e4Copy full SHA for 16e32e4
mypy/join.py
@@ -29,7 +29,7 @@ def join_instances(self, t: Instance, s: Instance) -> ProperType:
29
30
self.seen_instances.append((t, s))
31
32
- """Calculate the join of two instance types."""
+ # Calculate the join of two instance types
33
if t.type == s.type:
34
# Simplest case: join two types with the same base type (but
35
# potentially different arguments).
0 commit comments