Skip to content

Commit

Permalink
[ci][python] apply isort to docs/conf.py (#3958) (#3959)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhuyi Xue authored Feb 14, 2021
1 parent fd094d2 commit 7816ab5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@
import datetime
import os
import sys
import sphinx

from distutils.dir_util import copy_tree
from re import compile
from subprocess import PIPE, Popen
from unittest.mock import Mock

import sphinx
from docutils.nodes import reference
from docutils.parsers.rst import Directive
from docutils.transforms import Transform
from re import compile
from sphinx.errors import VersionRequirementError
from subprocess import PIPE, Popen
from unittest.mock import Mock

CURR_PATH = os.path.abspath(os.path.dirname(__file__))
LIB_PATH = os.path.join(CURR_PATH, os.path.pardir, 'python-package')
Expand Down

0 comments on commit 7816ab5

Please sign in to comment.