Skip to content

Commit

Permalink
remove tomli from docs conf
Browse files Browse the repository at this point in the history
  • Loading branch information
braingram committed Feb 3, 2025
1 parent f148554 commit 18d18bd
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,7 @@
from configparser import ConfigParser
from datetime import datetime
import importlib

if sys.version_info < (3, 11):
import tomli as tomllib
else:
import tomllib
import tomllib

REPO_ROOT = Path(__file__).parent.parent.parent

Expand Down

0 comments on commit 18d18bd

Please sign in to comment.