Skip to content

Commit d25237f

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 815b3b6 commit d25237f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jira/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2886,10 +2886,10 @@ def add_worklog(
28862886
Example of visibility options when creating or updating a worklog.
28872887
``{ "type": "group", "value": "<string>", "identifier": "<string>"}``
28882888
notify (bool): Whether or not to send a notification to the new user. (Default: True)
2889+
28892890
Returns:
28902891
Worklog
28912892
"""
2892-
28932893
params = {}
28942894
if adjustEstimate is not None:
28952895
params["adjustEstimate"] = adjustEstimate

0 commit comments

Comments
 (0)