FFIG / ffig

Generate code to call C++ libraries from other languages
MIT License
29 stars 9 forks source link

Remove unnecessary import from `test_model.py` #399

Closed ajbennieston closed 6 years ago

ajbennieston commented 6 years ago

tests/cppmodel/test_model.py imports TypeKind from ffig.clang.cindex but doesn't use it.

Remove this unnecessary import.