mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
Replace tab with spaces.
This commit is contained in:
@@ -32,7 +32,7 @@ with warnings.catch_warnings():
|
|||||||
try:
|
try:
|
||||||
import paramiko
|
import paramiko
|
||||||
HAVE_PARAMIKO=True
|
HAVE_PARAMIKO=True
|
||||||
logging.getLogger("paramiko").setLevel(logging.WARNING)
|
logging.getLogger("paramiko").setLevel(logging.WARNING)
|
||||||
except ImportError:
|
except ImportError:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user