Skip to content

Commit 23888b0

Browse files
committed
ensure we export LRTask
1 parent cc68795 commit 23888b0

File tree

1 file changed

+3
-0
lines changed
  • packages/service-library/src/servicelib/aiohttp/long_running_tasks

1 file changed

+3
-0
lines changed

packages/service-library/src/servicelib/aiohttp/long_running_tasks/client.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,3 +123,6 @@ async def long_running_task_request(
123123
if task:
124124
await _abort_task(session, URL(task.abort_href))
125125
raise
126+
127+
128+
__all__: tuple[str, ...] = ("LRTask",)

0 commit comments

Comments
 (0)