ui_migration lint(fix): ruff format

This commit is contained in:
Antonio Anaya 2026-02-15 02:57:41 -06:00
parent 1b16917542
commit e438b642bd

View file

@ -31,6 +31,7 @@ from .serve_static_files import add_static_files
LOGGER = logging.getLogger(__name__)
DEVELOPER_MODE = True
def set_shutdown_function(shutdown_function: Callable[[], None]) -> None:
"""Ensure a function is called before the shutdown.