fix(properties): Darren doesn't know how to use VSCode

This commit is contained in:
Benjamin Kirkbride
2020-06-01 21:01:23 -04:00
parent 00ee34a058
commit 0011efdbc2

View File

@@ -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]]