Skip to content

Commit ce19f65

Browse files
committed
reverse changes to telemetry/_enviroment.py
1 parent 10bc4bf commit ce19f65

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

haystack/telemetry/_environment.py

-5
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,6 @@
1212

1313
logger = logging.getLogger(__name__)
1414

15-
# Any remote API (OpenAI, Cohere etc.)
16-
HAYSTACK_REMOTE_API_BACKOFF_SEC = "HAYSTACK_REMOTE_API_BACKOFF_SEC"
17-
HAYSTACK_REMOTE_API_MAX_RETRIES = "HAYSTACK_REMOTE_API_MAX_RETRIES"
18-
HAYSTACK_REMOTE_API_TIMEOUT_SEC = "HAYSTACK_REMOTE_API_TIMEOUT_SEC"
19-
2015
# This value cannot change during the lifetime of the process
2116
_IS_DOCKER_CACHE = None
2217

0 commit comments

Comments
 (0)