You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"""Get default message for disallowed unintentional passthrough."""
106
+
"""Get default message for unintentional passthrough."""
107
107
returnf"Module {qualified_name} was not intentionally passed through to the sandbox."
108
108
109
109
@@ -156,7 +156,7 @@ class methods (including __init__, etc). The check compares the against the
156
156
Equivalent to :py:attr:`temporalio.workflow.SandboxImportNotificationPolicy.WARN_ON_DYNAMIC_IMPORT` | :py:attr:`temporalio.workflow.SandboxImportNotificationPolicy.WARN_ON_UNINTENTIONAL_PASSTHROUGH`
0 commit comments