Skip to content

Commit

Permalink
fix flake8 issue
Browse files Browse the repository at this point in the history
  • Loading branch information
gkowalc committed Mar 19, 2024
1 parent 9b1c9c4 commit 08d4acb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/jira/jira_get_issue_tree_recursive.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
Return list that contains the tree of the issue, with all subtasks and inward linked issues.
be aware of following limitations:
(!) Function only returns child issues from the same jira instance or from instance to which api key has access to.
(!) User asssociated with API key must have access to the all child issues in order to get them.
"""
(!) User asssociated with API key must have access to the all child issues in order to get them.
"""
"""
Let's say we have a tree of issues:
INTEGRTEST-2 is the root issue and it has 1 subtask from project TEST - TEST1
Expand Down

0 comments on commit 08d4acb

Please sign in to comment.