Closed lammh closed 5 years ago
I guess you're not using a Python version that supports type hinting. This is at least supported with Python 3.5. The README states that it requires at least 3.6, so could you try with this?
ok think's for your response
File "./pycobalt/resolving.py", line 45 def resolve(text: str, ^ SyntaxError: invalid syntax