Skip to content

Commit 9e79725

Browse files
committed
fix glitch
1 parent 151852f commit 9e79725

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
try:
5858
import tomllib
5959
except ImportError:
60-
import tomlli as tomllib
60+
import tomli as tomllib
6161
with open("../../pyproject.toml", "rb") as f:
6262
toml_dict = tomllib.load(f)
6363
version = toml_dict['project']['version']

0 commit comments

Comments
 (0)