Skip to content

Commit

Permalink
Merge pull request #1199 from za/sort-python-module
Browse files Browse the repository at this point in the history
Sort alphabetically while importing Python modules
  • Loading branch information
commjoen committed Jan 24, 2024
2 parents 43005ed + 8f3129e commit 9f424f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/sort_contibutors/main.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import requests
import os
from dotenv import load_dotenv

import requests
from dotenv import load_dotenv

# This function parses the contribution list, sorting
# the users per its ranks
Expand Down

0 comments on commit 9f424f0

Please sign in to comment.