Skip to content

Commit edf5fca

Browse files
authored
add dict to ConfigValueType's union (#118)
1 parent 82cb347 commit edf5fca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

prefab_cloud_python/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
from datetime import timedelta
33

44
NoDefaultProvided = object()
5-
ConfigValueType = Optional[Union[int, float, bool, str, list[str], timedelta]]
5+
ConfigValueType = Optional[Union[int, float, bool, str, list[str], timedelta, dict]]
66
ContextDictType = dict[str, dict[str, ConfigValueType]]

0 commit comments

Comments
 (0)