Skip to content

Commit

Permalink
final lint updates
Browse files Browse the repository at this point in the history
  • Loading branch information
iireland-ii committed Nov 14, 2024
1 parent 63a2eeb commit 8de2b06
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -285,15 +285,15 @@ def _fetch_data(
return df
try:
# Build up param connection
connect_params={
connect_params = {
"user": self.user,
"account": self.account,
"private_key_file": self.private_key_file,
"private_key_file_pwd": self.private_key_file_pwd,
"database": self.database,
"schema": self.db_schema,
"warehouse": self.warehouse,
"login_timeout": self.login_timeout
"login_timeout": self.login_timeout,
}
# Check if private key has been provided
if self.private_key_file is None:
Expand Down

0 comments on commit 8de2b06

Please sign in to comment.