port/PyAssimp/pyassimp/formats.py: add missing comma (implicit string concatenation, assumed unintentional)
parent
44e89520eb
commit
51844b206d
|
@ -21,7 +21,7 @@ FORMATS = ["CSM",
|
||||||
"STL",
|
"STL",
|
||||||
"IRR",
|
"IRR",
|
||||||
"Q3O",
|
"Q3O",
|
||||||
"Q3D"
|
"Q3D",
|
||||||
"MS3D",
|
"MS3D",
|
||||||
"Q3S",
|
"Q3S",
|
||||||
"ZGL",
|
"ZGL",
|
||||||
|
|
Loading…
Reference in New Issue