gltflib icon indicating copy to clipboard operation
gltflib copied to clipboard

fix: use type in annotation of classmethod.cls

Open yedpodtrzitko opened this issue 2 years ago • 0 comments

Hi, the first parameter of @classmethod is always Type[something] instead of something, so I fixed it in the type annotations. When I was touching them I also added Optional where applicable.

yedpodtrzitko avatar Nov 09 '22 03:11 yedpodtrzitko