Skip to content

Commit 162d07b

Browse files
committed
Fixing linter errors
1 parent af2d332 commit 162d07b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

tests/test_asyncio/test_connection_pool.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,8 +223,6 @@ async def test_pool_disconnect(self, master_host):
223223
assert conn.is_connected
224224

225225

226-
227-
228226
class TestBlockingConnectionPool:
229227
@asynccontextmanager
230228
async def get_pool(self, connection_kwargs=None, max_connections=10, timeout=20):

tests/test_connection_pool.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,7 @@ def test_pool_disconnect(self, master_host):
280280
pool.disconnect(inuse_connections=False)
281281
assert conn._sock
282282

283+
283284
class TestConnectionPoolURLParsing:
284285
def test_hostname(self):
285286
pool = redis.ConnectionPool.from_url("redis://my.host")

0 commit comments

Comments
 (0)