Skip to content

Commit

Permalink
Fix typing
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeldycke committed Nov 15, 2023
1 parent 2a5b119 commit 61caae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
if sys.version_info >= (3, 11):
import tomllib
else:
import tomli as tomllib # type: ignore[import]
import tomli as tomllib # type: ignore[import-not-found]


project_path = Path(__file__).parent.parent.resolve()
Expand Down

0 comments on commit 61caae1

Please sign in to comment.