Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jamadden committed May 5, 2023
1 parent bd8ccba commit ea950b0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/nti/transactions/loop.py
Original file line number Diff line number Diff line change
Expand Up @@ -535,8 +535,11 @@ def on_begin_failed(self, exc_info, txm, args, kwargs):
#: ..versionadded:: 4.2.0
EVT_WILL_LAST_ATTEMPT = WillLastAttempt

# Where actually are we not doing this?
# pylint:disable=inconsistent-return-statements
def __loop(self, txm, note, stats, args, kwargs):
# pylint:disable=too-many-branches,too-many-statements,too-many-locals,too-complex

attempts_remaining = self.attempts
need_retry = self.attempts > 1
begin = txm.begin
Expand Down

0 comments on commit ea950b0

Please sign in to comment.