Skip to content

Commit f83b0c2

Browse files
committed
docs: conf.py: alphabetize imports
1 parent 3c3cad5 commit f83b0c2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

conf.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,12 @@
1414
# serve to show the default.
1515

1616
import json
17-
import sys
1817
import os
18+
import subprocess
19+
import sys
20+
import urllib.parse
1921

2022
import recommonmark
21-
import subprocess
2223

2324
# If extensions (or modules to document with autodoc) are in another directory,
2425
# add these directories to sys.path here. If the directory is relative to the

0 commit comments

Comments
 (0)