Skip to content

Commit a13155b

Browse files
committed
shifted tests to unit test, removed unused imports
Signed-off-by: Sai Shree Pradhan <saishree.pradhan@databricks.com>
1 parent af1851b commit a13155b

File tree

3 files changed

+0
-109
lines changed

3 files changed

+0
-109
lines changed

src/databricks/sql/telemetry/telemetry_client.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import threading
22
import time
3-
import requests
43
import logging
54
from concurrent.futures import ThreadPoolExecutor
65
from typing import Dict, Optional

tests/e2e/test_telemetry_retry.py

Lines changed: 0 additions & 107 deletions
This file was deleted.

tests/unit/test_telemetry.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import uuid
22
import pytest
3-
import requests
43
from unittest.mock import patch, MagicMock
54

65
from databricks.sql.telemetry.telemetry_client import (

0 commit comments

Comments
 (0)