Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 20, 2025
1 parent b02942f commit 670c5ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dvc_ssh/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
def ask_password(host, user, port, desc):
try:
return getpass.getpass(
f"Enter a {desc} for " f"host '{host}' port '{port}' user '{user}':\n"
f"Enter a {desc} for host '{host}' port '{port}' user '{user}':\n"
)
except EOFError:
return None
Expand Down

0 comments on commit 670c5ca

Please sign in to comment.