Skip to content

Commit dfb543b

Browse files
committed
...
1 parent c912eef commit dfb543b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@
2828
from sphinx.environment.adapters.toctree import TocTree # type: ignore
2929
from sphinx.util.logging import getLogger # type: ignore
3030

31-
from kitty.conf.definition import Option, Shortcut # noqa
32-
from kitty.constants import str_version # noqa
33-
3431
kitty_src = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
3532
if kitty_src not in sys.path:
3633
sys.path.insert(0, kitty_src)
3734

35+
from kitty.conf.definition import Option, Shortcut # noqa
36+
from kitty.constants import str_version # noqa
37+
3838

3939
# config {{{
4040
# -- Project information -----------------------------------------------------

0 commit comments

Comments
 (0)