mirror of
https://github.com/OMGeeky/pytiled_parser.git
synced 2026-01-21 01:51:42 +01:00
Formatting fixes
This commit is contained in:
@@ -50,7 +50,7 @@ RawTile = TypedDict(
|
|||||||
"x": int,
|
"x": int,
|
||||||
"y": int,
|
"y": int,
|
||||||
"width": int,
|
"width": int,
|
||||||
"height": int
|
"height": int,
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
RawTile.__doc__ = """
|
RawTile.__doc__ = """
|
||||||
|
|||||||
Reference in New Issue
Block a user