Skip to content

Commit a7282d9

Browse files
committed
FEAT: Access Token Login
1 parent 3671bb8 commit a7282d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mssql_python/connection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class Connection:
3333
close() -> None:
3434
"""
3535

36-
def __init__(self, connection_str: str, autocommit: bool = False, attrs_before: dict = None, **kwargs) -> None:
36+
def __init__(self, connection_str: str = "", autocommit: bool = False, attrs_before: dict = None, **kwargs) -> None:
3737
"""
3838
Initialize the connection object with the specified connection string and parameters.
3939

0 commit comments

Comments
 (0)