Skip to content
Snippets Groups Projects
Commit c9a4a662 authored by Manuel Franceschini's avatar Manuel Franceschini
Browse files

Disable 'invalid name' pylint warning for tools/setup-ssh


Signed-off-by: default avatarManuel Franceschini <livewire@google.com>
Reviewed-by: default avatarRené Nussbaumer <rn@google.com>
parent 600535f0
No related branches found
No related tags found
No related merge requests found
......@@ -24,6 +24,9 @@ This is needed before we can join the node into the cluster.
"""
# pylint: disable-msg=C0103
# C0103: Invalid name setup-ssh
import getpass
import logging
import paramiko
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment