Skip to content

Commit bf675a7

Browse files
committed
fix linting
1 parent 4830dfd commit bf675a7

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
@@ -1192,7 +1192,7 @@ def getinfo(self, info_type: int) -> Union[str, int, bool, None]:
11921192
return actual_data.decode(encoding).rstrip("\0")
11931193
except UnicodeDecodeError:
11941194
continue
1195-
1195+
11961196
# All decodings failed
11971197
logger.debug(
11981198
"error",

0 commit comments

Comments
 (0)