Caught with pytype. I'm more than a little curious how this never
caused problems.
Details
Details
- Reviewers
indygreg dlax - Group Reviewers
hg-reviewers - Commits
- rHG43f57b9620d2: branchmap: correctly set()-ify list argument
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Lint
Lint Skipped - Unit
Unit Tests Skipped
Event Timeline
Comment Actions
Could you please add a comment or add an annotation? I really don't like having to recreate collection instances to satisfy a type checker. Am I wrong in thinking this shouldn't be necessary?
Comment Actions
On second thought, it's not obvious why it'd be better than annotating __init__(). Is this because this would require many changes in callers?