From 8f3129e35a3ff565b5f4676bbcd7ac85a61f0c59 Mon Sep 17 00:00:00 2001 From: za Date: Wed, 24 Jan 2024 18:14:14 +0700 Subject: [PATCH] Sort alphabetically while importing Python modules This is a minor change, but hopefully will increase the readability. isort: https://pycqa.github.io/isort/ --- scripts/sort_contibutors/main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/sort_contibutors/main.py b/scripts/sort_contibutors/main.py index 4612aa098..2a883a14f 100644 --- a/scripts/sort_contibutors/main.py +++ b/scripts/sort_contibutors/main.py @@ -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