Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 180 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 180 Bytes

running mypy gets me:

cd demo && mypy .
example/models.py:6: error: Need type annotation for "filename"  [var-annotated]
Found 1 error in 1 file (checked 13 source files)