Skip to content

Commit 670c5ca

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent b02942f commit 670c5ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: dvc_ssh/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
def ask_password(host, user, port, desc):
1818
try:
1919
return getpass.getpass(
20-
f"Enter a {desc} for " f"host '{host}' port '{port}' user '{user}':\n"
20+
f"Enter a {desc} for host '{host}' port '{port}' user '{user}':\n"
2121
)
2222
except EOFError:
2323
return None

0 commit comments

Comments
 (0)