Skip to content
Snippets Groups Projects
Commit 011eec5a authored by Pierre-Yves David's avatar Pierre-Yves David :octopus:
Browse files

pytype: add type information for `annotateresult.lines`

This seems to appease a confused pytype.
parent 7d3b92e8
No related branches found
No related tags found
1 merge request!744fixes various issue pointed by newer pytype
......@@ -45,7 +45,7 @@
@attr.s
class annotateresult:
rev = attr.ib()
lines = attr.ib()
lines = attr.ib(type=bytearray)
_eof = attr.ib()
def __iter__(self):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment