Skip to content
This repository has been archived by the owner on Sep 24, 2022. It is now read-only.

Commit

Permalink
Style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
haizaar committed Oct 13, 2015
1 parent 3671d84 commit a5e31bf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions momoko/connection.py
Expand Up @@ -73,8 +73,7 @@ def add_dead(self, conn):

# If everything is dead, abort anything pending.
if not self.pending:
self.abort_waiting_queue(Pool.DatabaseNotAvailable(
"No database connection available"))
self.abort_waiting_queue(Pool.DatabaseNotAvailable("No database connection available"))

def acquire(self):
"""Occupy free connection"""
Expand Down

0 comments on commit a5e31bf

Please sign in to comment.