refactor: Apply precommit autochanges

This commit is contained in:
Alivecow 2025-03-21 16:27:28 +01:00
parent e6da82595a
commit ab47d13938
5 changed files with 37 additions and 34 deletions

View file

@ -3,10 +3,13 @@
# For the full list of built-in configuration values, see the documentation:
# https://www.sphinx-doc.org/en/master/usage/configuration.html
from __future__ import annotations
# -- Project information -----------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
import os
import sys
sys.path.insert(0, os.path.abspath("../../senju"))
project = 'senju'