Skip to content

Commit 9b772eb

Browse files
committed
run black
1 parent 9f9e60a commit 9b772eb

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

atlassian/jira.py

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -924,9 +924,12 @@ def issue_createmeta(self, project: str, expand="projects.issuetypes.fields"):
924924
See https://confluence.atlassian.com/jiracore/createmeta-rest-endpoint-to-be-removed-975040986.html
925925
for further details.
926926
"""
927-
warn("This function will fail from Jira 9+. "
928-
"Use issue_createmeta_issuetypes or issue_createmeta_fieldtypes instead.",
929-
DeprecationWarning, stacklevel=2)
927+
warn(
928+
"This function will fail from Jira 9+. "
929+
"Use issue_createmeta_issuetypes or issue_createmeta_fieldtypes instead.",
930+
DeprecationWarning,
931+
stacklevel=2,
932+
)
930933
params = {}
931934
if expand:
932935
params["expand"] = expand

0 commit comments

Comments
 (0)