We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8dfca4 commit 426a0e0Copy full SHA for 426a0e0
temporalio/worker/workflow_sandbox/_restrictions.py
@@ -1065,7 +1065,7 @@ def __get_pydantic_core_schema__(
1065
)
1066
__str__ = _RestrictedProxyLookup(str) # type: ignore
1067
__bytes__ = _RestrictedProxyLookup(bytes)
1068
- __format__ = _RestrictedProxyLookup() # type: ignore
+ __format__ = _RestrictedProxyLookup(format) # type: ignore
1069
__lt__ = _RestrictedProxyLookup(operator.lt)
1070
__le__ = _RestrictedProxyLookup(operator.le)
1071
__eq__ = _RestrictedProxyLookup(operator.eq) # type: ignore
0 commit comments