Skip to content

Commit 2c5cbee

Browse files
committed
feat(sdk-v2): fix CI lint
1 parent b9c58e1 commit 2c5cbee

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/corva/handlers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ def wrapper(
372372
api_key: str,
373373
aws_request_id: str,
374374
logging_ctx: LoggingContext,
375-
redis_client: Optional[redis.Redis] = None, # noqa, for safe reasons
375+
redis_client: Optional[redis.Redis] = None, # noqa
376376
) -> Any:
377377
status = TaskStatus.fail
378378
data: Dict[str, Union[dict, str]] = {"payload": {}}

tests/unit/test_logging.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from pytest_mock import MockerFixture
88

99
from corva import Logger
10-
from corva.configuration import SETTINGS, Settings
10+
from corva.configuration import SETTINGS
1111
from corva.handlers import scheduled, stream, task
1212
from corva.logger import LoggingContext
1313
from corva.models.context import CorvaContext

0 commit comments

Comments
 (0)