[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot]
2026-06-10 15:09:59 +00:00
committed by GitHub
parent 8efbccf0f4
commit c722a0f0dc

View File

@ -292,6 +292,7 @@ def get_background_execution_service():
return get_service(ServiceType.BACKGROUND_EXECUTION_SERVICE, BackgroundExecutionServiceFactory())
def get_telemetry_writer_service():
"""Return the TelemetryWriterService instance (always registered when langflow is installed)."""
from langflow.services.telemetry_writer.factory import TelemetryWriterServiceFactory