Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jul 11, 2023
1 parent 75312cf commit 0f38f84
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions jira/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -4287,12 +4287,9 @@ def permissionschemes(self):

@lru_cache(maxsize=None)
def issue_type_schemes(
self,
expand_projects: bool = False,
expand_issue_types: bool = False
self, expand_projects: bool = False, expand_issue_types: bool = False
) -> list[IssueTypeScheme]:
"""
Get all issue type schemes defined (Admin required).
"""Get all issue type schemes defined (Admin required).
@param expand_projects: For each issue type schemes, returns information about the projects the issue type scheme is assigned to
@param expand_issue_types: For each issue type schemes, returns information about the issueTypes the issue type scheme have.
Expand Down

0 comments on commit 0f38f84

Please sign in to comment.