Skip to content

Commit f704656

Browse files
fix: lint
1 parent d14fb8e commit f704656

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/scripts/tag-jira.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
import os, re, json, urllib.request, urllib.error, base64
1+
import base64
2+
import json
3+
import os
4+
import re
5+
import urllib.error
6+
import urllib.request
27

38
base_url = os.environ['JIRA_BASE_URL']
49
tag = os.environ['RELEASE_TAG']

0 commit comments

Comments
 (0)