Formatting fixes

This commit is contained in:
Darren Eberly
2022-08-13 00:17:04 -04:00
parent 58deab5f78
commit 83ee2c420a
2 changed files with 3 additions and 3 deletions

View File

@@ -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__ = """