Line 351 had malformed docstring with 8 quotes instead of 3: - Before: """Handle incoming webhooks."""""" (8 quotes) - After: """Handle incoming webhooks.""" (3 quotes) This caused Python to report an unterminated string at EOF. File now parses correctly. |
||
|---|---|---|
| .. | ||
| integration_tests | ||
| test_suite | ||
| ui_test_suite | ||
| __init__.py | ||
| base_plugin.py | ||