misc: apply isort (#52457)

This commit is contained in:
Valentin Deniaud 2021-03-30 10:38:14 +02:00
parent 797d5cf2c0
commit bf1b62b5bb
1 changed files with 2 additions and 1 deletions

View File

@ -11,7 +11,8 @@
# All configuration values have a default; values that are commented out
# serve to show the default.
import sys, os
import os
import sys
# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the