fix: Clean up whitespace and formatting in various files

This commit is contained in:
2025-05-10 07:11:40 +00:00
parent e6d03a2c2e
commit e046623d68
6 changed files with 42 additions and 29 deletions

View File

@@ -82,4 +82,3 @@ class MarkdownViewPlugin(AirflowPlugin):
# For Airflow to pick up the plugin, the class name must match the filename (snake_case to PascalCase)
# or be explicitly defined in an __init__.py in the plugin\'s root directory.
# Assuming filename is markdown_view_plugin.py, class MarkdownViewPlugin is correct.