Skip to content

Commit 2c87950

Browse files
author
gkowalc
committed
fixing linting issues reported by black
1 parent bf1bca4 commit 2c87950

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

examples/jira/jira_get_comment.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
""" Example: Get Comments on a Jira Issue
22
"""
3+
34
# coding=utf-8
45
from atlassian import Jira
56

examples/jira/jira_oauth2.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
token and Using access token, Jira cloud ID is identified and
66
the available projects are returned.
77
"""
8+
89
from requests_oauthlib import OAuth2Session
910
from atlassian.jira import Jira
1011
from flask import Flask, request, redirect, session

0 commit comments

Comments
 (0)