Skip to content

Commit e60cf2d

Browse files
committed
linting fix
1 parent 62f4795 commit e60cf2d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mssql_python/cursor.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2567,6 +2567,7 @@ def generate_data():
25672567

25682568
# Use the proper connection string parser that handles braced values
25692569
from mssql_python.connection_string_parser import _ConnectionStringParser
2570+
25702571
parser = _ConnectionStringParser(validate_keywords=False)
25712572
params = parser._parse(self.connection.connection_str)
25722573

@@ -2643,7 +2644,7 @@ def generate_data():
26432644
logger.debug(
26442645
"Failed to close bulk copy resource %s: %s",
26452646
type(resource).__name__,
2646-
cleanup_error
2647+
cleanup_error,
26472648
)
26482649

26492650
def __enter__(self):

0 commit comments

Comments
 (0)