Attention is currently required from: laforge.
1 comment:
File src/osmocom/construct.py:
are you sure about that "[int]" sytntax? We usually use List[int] so far, following "from typing im […]
I was thinking that this were correct, but I am not so sure about this anymore. I can not find any reference that would confirm if it is correct, so its probably wrong. (I wonder why the linter didn't complain)
In this module we have only import typing, and we use typing.Xyz, so I have changed it to that style.
To view, visit change 39193. To unsubscribe, or for help writing mail filters, visit settings.