From da499b1e94a93e24b99888b8dc6dba81fe6f6047 Mon Sep 17 00:00:00 2001 From: gwen Date: Thu, 28 Mar 2024 09:40:16 +0100 Subject: [PATCH] feat: typo --- src/rougail/convert.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/rougail/convert.py b/src/rougail/convert.py index f3de86d01..d98f76d03 100644 --- a/src/rougail/convert.py +++ b/src/rougail/convert.py @@ -67,7 +67,6 @@ from .object_model import ( from .error import DictConsistencyError - property_types = Union[Literal[True], Calculation] properties_types = Dict[str, property_types]