Skip to content

Commit f9713e3

Browse files
committed
fix exports
1 parent 5d0d61b commit f9713e3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

durabletask/worker.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1447,3 +1447,10 @@ def reset_for_new_run(self):
14471447
self.orchestration_queue.get_nowait()
14481448
except Exception:
14491449
pass
1450+
1451+
1452+
# Export public API
1453+
__all__ = [
1454+
'ConcurrencyOptions',
1455+
'TaskHubGrpcWorker'
1456+
]

0 commit comments

Comments
 (0)