Skip to content

Commit f1a2133

Browse files
committed
fix: file format
1 parent f4f7b3b commit f1a2133

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

dcs_core/integrations/databases/sybase.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -155,9 +155,7 @@ def connect(self) -> Any:
155155
)
156156
return self.connection
157157
except Exception as e:
158-
error_msg = (
159-
"Failed to connect to sybase."
160-
)
158+
error_msg = "Failed to connect to sybase."
161159
logger.debug(error_msg)
162160
errors.append(error_msg)
163161
continue

0 commit comments

Comments
 (0)