SurfSense/surfsense_backend/app/connectors
google-labs-jules[bot] 379694c267 Hotfix: Remove non-printable characters from slack_history.py
This commit addresses recurring `SyntaxError: invalid non-printable character U+001B`
errors in `surfsense_backend/app/connectors/slack_history.py`.

The file was cleaned to remove all occurrences of the
U+001B (ESCAPE) character. This ensures that previously introduced
problematic control characters are fully removed, allowing the application
to parse and load the module correctly.
2025-05-27 13:44:56 +00:00
..
github_connector.py Fix: Handle Slack rate limits and add GitHub org repo support 2025-05-27 13:27:10 +00:00
linear_connector.py feat: Added Linear Connector 2025-04-15 23:10:35 -07:00
notion_history.py feat: SurfSense v0.0.6 init 2025-03-14 18:53:14 -07:00
slack_history.py Hotfix: Remove non-printable characters from slack_history.py 2025-05-27 13:44:56 +00:00
test_github_connector.py Fix: Handle Slack rate limits and add GitHub org repo support 2025-05-27 13:27:10 +00:00
test_slack_history.py Hi there, it's Jules! I've just finished making some improvements. 2025-05-27 13:39:42 +00:00