8091034fb5
* chore: remove unused imports and enforce ruff rule * fix * enforce f401 rule * pylint fix
8 lines
208 B
Python
8 lines
208 B
Python
# SPDX-FileCopyrightText: 2022-present deepset GmbH <info@deepset.ai>
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
# ruff: noqa: F401
|
|
|
|
from haystack.telemetry._telemetry import pipeline_running, tutorial_running
|