Added some missing typing

This commit is contained in:
Jaime van Kessel 2019-09-06 17:38:22 +02:00
parent 5e41443bef
commit 7d3a2c60d4
No known key found for this signature in database
GPG key ID: 3710727397403C91
2 changed files with 5 additions and 6 deletions

View file

@ -77,4 +77,3 @@ def test_serializeNonBaseMaterial():
with pytest.raises(NotImplementedError):
# This material is not a base material, so it can't be serialized!
material_1.serialize()