Skip to content

Commit

Permalink
refactor(conf.py): Split import statements for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
HsiangNianian committed Nov 17, 2024
1 parent c7280db commit b1294e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
# For the full list of built-in configuration values, see the documentation:
# https://www.sphinx-doc.org/en/master/usage/configuration.html

import os, sys
import os
import sys

if sys.version_info >= (3, 11):
import tomllib
Expand Down

0 comments on commit b1294e4

Please sign in to comment.