Skip to content

Commit

Permalink
Remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
kummerer94 committed Mar 31, 2020
1 parent 5280f43 commit a72c5c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql_server/pyodbc/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ def get_new_connection(self, conn_params):

if ms_drivers.match(driver) and os.name == 'nt':
cstr_parts['MARS_Connection'] = 'yes'

# User may want to use Azure AD Interactive connection option
# It the user specified active directory interactive auth,
# we neet to make sure pwd is not set and the connection is not
Expand Down

0 comments on commit a72c5c7

Please sign in to comment.