We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d85fecc commit 5706644Copy full SHA for 5706644
mssql_python/auth.py
@@ -7,11 +7,8 @@
7
import platform
8
import struct
9
from typing import Tuple, Dict, Optional, Union
10
-from mssql_python.logging_config import get_logger, ENABLE_LOGGING
11
from mssql_python.constants import AuthType
12
13
-logger = get_logger()
14
-
15
class AADAuth:
16
"""Handles Azure Active Directory authentication"""
17
0 commit comments