Skip to content

Commit 4c53a54

Browse files
committed
pylint
1 parent d9a6c86 commit 4c53a54

File tree

1 file changed

+1
-2
lines changed
  • packages/service-library/src/servicelib/fastapi/long_running_tasks

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44

55
import asyncio
66
import logging
7-
from collections.abc import AsyncGenerator, Coroutine
8-
from dataclasses import dataclass
7+
from collections.abc import AsyncGenerator
98
from typing import Any
109

1110
import httpx

0 commit comments

Comments
 (0)