Fix: Formateo PEP8 (79 cols) y limpieza flake8 en tests y examples

- Líneas >79 cols reajustadas (asserts, strings CUDE/CUDS, comentarios)
- Elimina imports y variables muertas (F401/F841), E712 (== False -> is False)
- Reordena imports en docs/conf.py
This commit is contained in:
2026-08-12 19:56:33 -05:00
parent 4a7c2e2947
commit c4a29e4a6f
13 changed files with 518 additions and 271 deletions

View File

@@ -18,11 +18,11 @@
# relative to the documentation root, use os.path.abspath to make it
# absolute, like shown here.
#
import facho
import os
import sys
sys.path.insert(0, os.path.abspath('..'))
import facho
# -- General configuration ---------------------------------------------