Skip to content

Commit fe58d6d

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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)