Skip to content

Commit 4156856

Browse files
authored
fix: typo in time sandboxed utilities (#1205)
1 parent 35347b9 commit 4156856

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

temporalio/worker/workflow_sandbox/_restrictions.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -785,7 +785,8 @@ def _public_callables(parent: Any, *, exclude: Set[str] = set()) -> Set[str]:
785785
"monotonic",
786786
"monotonic_ns",
787787
"perf_counter",
788-
"perf_counter_ns" "process_time",
788+
"perf_counter_ns",
789+
"process_time",
789790
"process_time_ns",
790791
"sleep",
791792
"time",

0 commit comments

Comments
 (0)