We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c294c48 commit 8b6d3eaCopy full SHA for 8b6d3ea
atlassian/bitbucket/base.py
@@ -110,8 +110,7 @@ def _check_timeformat_lambda(self):
110
"""
111
LAMBDA = lambda: 0 # noqa: E731
112
if self.timeformat_lambda is None or (
113
- isinstance(self.timeformat_lambda, type(LAMBDA))
114
- and self.timeformat_lambda.__name__ == LAMBDA.__name__
+ isinstance(self.timeformat_lambda, type(LAMBDA)) and self.timeformat_lambda.__name__ == LAMBDA.__name__
115
):
116
return True
117
else:
0 commit comments