We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e376318 commit 3079e95Copy full SHA for 3079e95
backend/btrixcloud/basecrawls.py
@@ -69,6 +69,7 @@ class BaseCrawlOps:
69
"""operations that apply to all crawls"""
70
71
# pylint: disable=duplicate-code, too-many-arguments, too-many-locals
72
+ # Temp comment to trigger backend tests
73
74
crawl_configs: CrawlConfigOps
75
user_manager: UserManager
0 commit comments