Skip to content

Commit 82c2421

Browse files
authored
Fix import ordering in get_merged_prs. (#2947)
1 parent 972da97 commit 82c2421

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

admin/get_merged_prs.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
"""Get all merged PRs since last release, save them to a JSON file"""
22

33
import json
4-
import urllib.request
54
import urllib.parse
5+
import urllib.request
66

77
# https://api.github.com/search/issues?q=repo:rdflib/rdflib+is:pr+merged:%3E=2023-08-02&per_page=300&page=1
88
LAST_RELEASE_DATE = "2023-08-02"

0 commit comments

Comments
 (0)