diff options
| author | 2024-06-28 18:25:40 +0800 | |
|---|---|---|
| committer | 2024-06-28 18:25:40 +0800 | |
| commit | 6dfe2f4a87362a27fe2e97a154daac2f11883284 (patch) | |
| tree | bd4f28514482042735182d86d2c89dec8d655674 /docs | |
| parent | 1b0d67664557e6f0b4a421e1183cee1b0dbca2d3 (diff) | |
| download | HydroRollCore-6dfe2f4a87362a27fe2e97a154daac2f11883284.tar.gz HydroRollCore-6dfe2f4a87362a27fe2e97a154daac2f11883284.zip | |
style: ruff format code
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/source/conf.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py index 7b02611..424ed3c 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 |
