- cattrs version: 1.3.0
- Python version: 3.8.8
- Operating System: Linux x86-64
Description
Run mypy on first example from readme and get error.
What I Did
import cattr
converter = cattr.Converter()
$ mypy --strict example.py
example.py:3: error: Call to untyped function "Converter" in typed context
Found 1 error in 1 file (checked 1 source file)
Description
Run mypy on first example from readme and get error.
What I Did