pyvista / pyiges

Python IGES Reader
https://pyvista.github.io/pyiges/
MIT License
33 stars 8 forks source link

Removing trailing comma. #21

Closed germa89 closed 2 years ago

germa89 commented 2 years ago

As title.

Fix https://github.com/pyvista/pyiges/issues/20

germa89 commented 2 years ago

It was detected when running:

https://github.com/pyansys/pymapdl/blob/482c960142a612997eb33216731aaa88f1371168/examples/02-geometry/01-lines.py#L44

With this PR, it runs correctly. However I could not check anything else.