Skip to content

Commit

Permalink
Reshuflle some lines to make codacy happy
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Kukushkin committed Jun 22, 2016
1 parent 8150f17 commit 75a28ac
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions patroni/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,14 +68,14 @@ def sigterm_handler(self, *args):
self._received_sigterm = True
sys.exit()

@property
def noloadbalance(self):
return self.tags.get('noloadbalance', False)

@property
def nofailover(self):
return self.tags.get('nofailover', False)

@property
def noloadbalance(self):
return self.tags.get('noloadbalance', False)

@property
def replicatefrom(self):
return self.tags.get('replicatefrom')
Expand Down

0 comments on commit 75a28ac

Please sign in to comment.