Skip to content

Commit 5706644

Browse files
committed
fixes
1 parent d85fecc commit 5706644

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

mssql_python/auth.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,8 @@
77
import platform
88
import struct
99
from typing import Tuple, Dict, Optional, Union
10-
from mssql_python.logging_config import get_logger, ENABLE_LOGGING
1110
from mssql_python.constants import AuthType
1211

13-
logger = get_logger()
14-
1512
class AADAuth:
1613
"""Handles Azure Active Directory authentication"""
1714

0 commit comments

Comments
 (0)