Skip to content

Commit d2b8b91

Browse files
committed
Small fix to __init__
1 parent 2968b91 commit d2b8b91

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pytiled_parser/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
__all__ = [
2424
"Color",
2525
"OrderedPair",
26-
"Size"
26+
"Size",
2727
"UnknownFormat",
2828
"Chunk",
2929
"ImageLayer",
@@ -43,5 +43,5 @@
4343
"Tileset",
4444
"Transformations",
4545
"World",
46-
"WorldMap"
47-
]
46+
"WorldMap",
47+
]

0 commit comments

Comments
 (0)