Skip to content

Commit 3b0d6ee

Browse files
committed
Fix linting.
1 parent fd91242 commit 3b0d6ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

datashuttle/utils/rclone_encryption.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,7 @@ def remove_credentials_as_password_command():
305305

306306

307307
def connection_method_requires_encryption(connection_method: str):
308+
"""Check whether the connection method stores sensitive information."""
308309
return connection_method in ["aws", "gdrive", "ssh"]
309310

310311

0 commit comments

Comments
 (0)