Files
superset2/superset
Elizabeth Thompson 69177a6d0d fix(tasks): Add type hints to scheduler signal handler and task
Added proper type hints to the `log_task_failure` signal handler and the `scheduler` task function to fix type checking errors.

- Added type annotations for all signal handler parameters
- Added `self: Task` parameter to scheduler function (required when bind=True)
- Added pylint directives for unused arguments
- Fixed logging to use % formatting instead of f-strings
- Added null check for sender before accessing .name attribute

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-10 11:39:55 -07:00
..
2025-09-12 09:21:37 +01:00