Skip to content

Commit f4ee279

Browse files
committed
Keep imports alphasorted
1 parent 34a1945 commit f4ee279

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/make-sqlite.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
import glob
66
import locale
77
import os
8+
import re
89
import sqlite3
910
import subprocess
1011
import sys
11-
import re
1212

1313
from collections import Counter
1414
from lxml import etree

0 commit comments

Comments
 (0)