dropbox/stone

mypy errors as of 2e04e96

posita opened this issue · 1 comments

I'm getting the following when running ./mypy-run.sh as of 2e04e96:

stone/target/obj_c_types.py: note: In class "ObjCTypesGenerator":
stone/target/obj_c_types.py:99: error: Need type annotation for variable
stone/target/obj_c_client.py: note: In class "ObjCGenerator":
stone/target/obj_c_client.py:101: error: Need type annotation for variable

These didn't appear in 8fbb9e6.

Fixed by #21.