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