Skip to content

Commit 2cfa10d

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent e2c642e commit 2cfa10d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/asphalt/redis/component.py

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
from typing import Any
66

77
from asphalt.core import Component, Context, context_teardown
8-
98
from redis.asyncio import Redis
109

1110
logger = logging.getLogger(__name__)

tests/test_component.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33

44
import pytest
55
from _pytest.logging import LogCaptureFixture
6-
from asphalt.core.context import Context
76
from redis.asyncio import Redis
87

8+
from asphalt.core.context import Context
99
from asphalt.redis.component import RedisComponent
1010

1111

0 commit comments

Comments
 (0)