Skip to content

Commit acee55a

Browse files
author
Andrei Neagu
committed
removed unused
1 parent e14acad commit acee55a

File tree

1 file changed

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

1 file changed

+0
-3
lines changed

packages/service-library/src/servicelib/long_running_tasks/_store/redis.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import logging
21
from typing import Any, Final
32

43
import redis.asyncio as aioredis
@@ -11,8 +10,6 @@
1110
from ..models import TaskContext, TaskData, TaskId
1211
from .base import BaseStore
1312

14-
_logger = logging.getLogger(__name__)
15-
1613
_STORE_TYPE_TASK_DATA: Final[str] = "TD"
1714
_STORE_TYPE_CANCELLED_TASKS: Final[str] = "CT"
1815

0 commit comments

Comments
 (0)