Skip to content

Commit

Permalink
Fix import ordering in get_merged_prs. (#2947)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleysommer authored Oct 23, 2024
1 parent 972da97 commit 82c2421
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/get_merged_prs.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
"""Get all merged PRs since last release, save them to a JSON file"""

import json
import urllib.request
import urllib.parse
import urllib.request

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

0 comments on commit 82c2421

Please sign in to comment.