Skip to content

Commit 98e648a

Browse files
Fix lint
1 parent 8eee235 commit 98e648a

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

src/nypl_py_utils/classes/snowflake_client.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ def __init__(self, connection_params):
1717

1818
def connect(self):
1919
"""
20-
Connects to Snowflake using the given connection parameters. In practice, there
21-
are likely two sets of parameters that will be used:
22-
1. Local development: `connection_name` and `private_key_file_pwd`. This
23-
method requires a `connections.toml` file with a matching `connection_name`
24-
connection.
25-
2. Production code: `account`, `user`, and `private_key`
20+
Connects to Snowflake using the given connection parameters. In
21+
practice, there are likely two sets of parameters that will be used:
22+
1. Local development: `connection_name` and `private_key_file_pwd`.
23+
This method requires a `connections.toml` file with a matching
24+
`connection_name` connection.
25+
2. Production code: `account`, `user`, and `private_key`.
2626
2727
All possible parameters can be found here:
2828
https://docs.snowflake.com/en/developer-guide/python-connector/python-connector-api#connect

0 commit comments

Comments
 (0)