mirror of
https://github.com/OMGeeky/pytiled_parser.git
synced 2025-12-27 14:52:15 +01:00
fix(properties): Darren doesn't know how to use VSCode
This commit is contained in:
@@ -4,7 +4,6 @@ from typing import Dict, List, NamedTuple, Optional, Union
|
||||
from .common_types import Color
|
||||
|
||||
Property = Union[int, float, Path, str, bool, Color]
|
||||
class
|
||||
|
||||
RawProperties = List[Dict[str, Property]]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user