Skip to content

Commit

Permalink
Delete stale comment referencing non-existent attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
brianschubert committed Nov 19, 2024
1 parent be7bc52 commit 6563c36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mypy/nodes.py
Original file line number Diff line number Diff line change
Expand Up @@ -3593,7 +3593,7 @@ def f(x: B[T]) -> T: ... # without T, Any would be used here
type will be initially an instance type with wrong number of type arguments.
Such instances are all fixed either during or after main semantic analysis passes.
We therefore store the difference between `List` and `List[Any]` rvalues (targets)
using the `no_args` flag. See also TypeAliasExpr.no_args.
using the `no_args` flag.
Meaning of other fields:
Expand Down

0 comments on commit 6563c36

Please sign in to comment.