chore: apply isort & black
This commit is contained in:
parent
002ec9b63f
commit
9d04fb8a2e
3 changed files with 5 additions and 33 deletions
|
|
@ -1,9 +1,7 @@
|
|||
import sys
|
||||
from pathlib import Path
|
||||
|
||||
sys.path.insert(
|
||||
0, str((Path(__file__).parent.parent.parent / "src").resolve())
|
||||
)
|
||||
sys.path.insert(0, str((Path(__file__).parent.parent.parent / "src").resolve()))
|
||||
|
||||
project = "Snakia"
|
||||
copyright = "2025, RuJect"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue