Skip to content

Commit 4f59ca4

Browse files
authored
Fix new lint warning (#11635)
Looks like there was a new release of flake8-bugbear
1 parent e557ec2 commit 4f59ca4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypy/join.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def join_instances(self, t: Instance, s: Instance) -> ProperType:
2929

3030
self.seen_instances.append((t, s))
3131

32-
"""Calculate the join of two instance types."""
32+
# Calculate the join of two instance types
3333
if t.type == s.type:
3434
# Simplest case: join two types with the same base type (but
3535
# potentially different arguments).

0 commit comments

Comments
 (0)