Skip to content

Commit 8b6d3ea

Browse files
committed
format
1 parent c294c48 commit 8b6d3ea

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

atlassian/bitbucket/base.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,7 @@ def _check_timeformat_lambda(self):
110110
"""
111111
LAMBDA = lambda: 0 # noqa: E731
112112
if self.timeformat_lambda is None or (
113-
isinstance(self.timeformat_lambda, type(LAMBDA))
114-
and self.timeformat_lambda.__name__ == LAMBDA.__name__
113+
isinstance(self.timeformat_lambda, type(LAMBDA)) and self.timeformat_lambda.__name__ == LAMBDA.__name__
115114
):
116115
return True
117116
else:

0 commit comments

Comments
 (0)