Skip to content

Commit

Permalink
STY #215 isort
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed Mar 23, 2024
1 parent 40050ab commit f77979b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@

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

from importlib.metadata import version
import pathlib
import sys
import tomllib
from importlib.metadata import version

sys.path.insert(0, str(pathlib.Path().absolute().parent.parent))
import gemviz # noqa
Expand Down

0 comments on commit f77979b

Please sign in to comment.