From b1294e435e5660f177a88b746f360a6b803a8fc2 Mon Sep 17 00:00:00 2001 From: HsiangNianian Date: Sun, 17 Nov 2024 09:49:08 +0800 Subject: [PATCH] refactor(conf.py): Split import statements for clarity --- docs/source/conf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index f842c5e..010a447 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -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