Skip to content

Commit 0a9bb27

Browse files
committed
fix linting
1 parent c52dd4c commit 0a9bb27

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/redis/testcontainers/redis/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ def get_client(self, **kwargs) -> redis.Redis:
6161
**kwargs,
6262
)
6363

64+
6465
class AsyncRedisContainer(RedisContainer):
6566
"""
6667
Redis container.

0 commit comments

Comments
 (0)