Skip to content

Commit e808b8a

Browse files
committed
remove logging
1 parent 5065a2f commit e808b8a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

libs/foundry-dev-tools/src/foundry_dev_tools/clients/foundry_sql_server.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
from __future__ import annotations
44

5-
import logging
65
import time
76
import warnings
87
from typing import TYPE_CHECKING, Any, Literal, overload
@@ -30,8 +29,6 @@
3029
import pyspark
3130
import requests
3231

33-
LOGGER = logging.getLogger(__name__)
34-
3532

3633
class FoundrySqlServerClient(APIClient):
3734
"""FoundrySqlServerClient class that implements methods from the 'foundry-sql-server' API."""

0 commit comments

Comments
 (0)