We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 151852f commit 9e79725Copy full SHA for 9e79725
docs/source/conf.py
@@ -57,7 +57,7 @@
57
try:
58
import tomllib
59
except ImportError:
60
- import tomlli as tomllib
+ import tomli as tomllib
61
with open("../../pyproject.toml", "rb") as f:
62
toml_dict = tomllib.load(f)
63
version = toml_dict['project']['version']
0 commit comments