sort imports in all python files

This commit is contained in:
Kovid Goyal
2024-03-30 13:02:22 +05:30
parent 6fb49c9a22
commit 53b74283a4
1004 changed files with 6724 additions and 3827 deletions
+1 -1
View File
@@ -4,8 +4,8 @@
import bz2
import os
import sys
import ssl
import sys
from datetime import datetime, timezone
from urllib.request import urlopen