Skip to content

Commit 4323b0f

Browse files
committed
Fix un-sorted imports
1 parent 9c0328d commit 4323b0f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,14 @@
33
https://www.sphinx-doc.org/en/master/usage/configuration.html
44
"""
55

6-
from termux_language_server import __version__ as version # type: ignore
76
from termux_language_server._metainfo import ( # type: ignore
87
author,
98
copyright,
109
project,
1110
)
1211

12+
from termux_language_server import __version__ as version # type: ignore
13+
1314
__all__ = ["version", "author", "copyright", "project"]
1415

1516
# -- Path setup --------------------------------------------------------------

0 commit comments

Comments
 (0)