Skip to content

Commit 5428a36

Browse files
authored
fix
1 parent 1e9c4d2 commit 5428a36

File tree

1 file changed

+0
-1
lines changed
  • frameworks/Python/blacksheep

1 file changed

+0
-1
lines changed

frameworks/Python/blacksheep/app.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
MAX_POOL_SIZE = max(1, MAX_CONNECTIONS // WORKER_PROCESSES)
2323
MIN_POOL_SIZE = max(1, MAX_POOL_SIZE // 2)
2424
db_pool = None
25-
key = itemgetter(1)
2625

2726
async def setup_db(app):
2827
global db_pool

0 commit comments

Comments
 (0)