Skip to content

Commit fe7eb02

Browse files
committed
Fix lint error
1 parent c674e86 commit fe7eb02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_pool.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ async def test_pool_11(self):
239239
with self.assertRaisesRegex(
240240
asyncpg.InterfaceError,
241241
r'cannot call Cursor\.forward.*released '
242-
r'back to the pool'.format(meth=meth)):
242+
r'back to the pool'):
243243

244244
c.forward(1)
245245

0 commit comments

Comments
 (0)