Skip to content

Commit a9be9e3

Browse files
committed
fix(docs[conf]): Fix isort order — gp_sphinx (third-party) before libtmux (first-party)
1 parent 4c6378d commit a9be9e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
import pathlib
66
import sys
77

8-
import libtmux
9-
108
from gp_sphinx.config import make_linkcode_resolve, merge_sphinx_config
119

10+
import libtmux
11+
1212
# Get the project root dir, which is the parent dir of this
1313
cwd = pathlib.Path(__file__).parent
1414
project_root = cwd.parent

0 commit comments

Comments
 (0)