Skip to content

Commit 04f1151

Browse files
committed
Reorder imports
1 parent 50ff800 commit 04f1151

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

entrypoint.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
'''Create Issue From File'''
2-
from github import Github
3-
from pathlib import Path
42
import os
3+
from pathlib import Path
4+
from github import Github
55

66
# Fetch required environment variables
77
github_token = os.environ['GITHUB_TOKEN']

0 commit comments

Comments
 (0)