From 6a4233be4bcddf480dd3d5ef96cdc8f39ad16795 Mon Sep 17 00:00:00 2001 From: Jeff Forcier Date: Mon, 23 Oct 2017 11:31:03 -0700 Subject: Import cleanup, mostly focused on s/tests/./ --- tests/test_util.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/test_util.py') diff --git a/tests/test_util.py b/tests/test_util.py index 7880e156..1b6b5c92 100644 --- a/tests/test_util.py +++ b/tests/test_util.py @@ -30,6 +30,7 @@ import paramiko.util from paramiko.util import lookup_ssh_host_config as host_config, safe_string from paramiko.py3compat import StringIO, byte_ord, b + # Note some lines in this configuration have trailing spaces on purpose test_config_file = """\ Host * -- cgit v1.2.3