mirror of
https://github.com/OMGeeky/pytiled_parser.git
synced 2025-12-28 07:12:02 +01:00
fix: Mypy error on polygon type in RawTiledObject
This commit is contained in:
@@ -170,7 +170,7 @@ class RawTiledObject(TypedDict):
|
||||
template: Template
|
||||
ellipse: bool
|
||||
point: bool
|
||||
polygon: List[Dict]
|
||||
polygon: List[Dict[str, float]]
|
||||
|
||||
|
||||
RawTiledObjects = List[RawTiledObject]
|
||||
|
||||
Reference in New Issue
Block a user