[diffoscope] 03/03: Normalise import style in tests/comparators/test_openssh_pub_key.py.
Chris Lamb
chris at chris-lamb.co.uk
Sat Jan 7 13:12:41 CET 2017
This is an automated email from the git hooks/post-receive script.
lamby pushed a commit to branch master
in repository diffoscope.
commit 897c2dd8015a80d18b7eaec95f4d02ab64738566
Author: Chris Lamb <lamby at debian.org>
Date: Sat Jan 7 12:12:15 2017 +0000
Normalise import style in tests/comparators/test_openssh_pub_key.py.
Gbp-Dch: ignore
Signed-off-by: Chris Lamb <lamby at debian.org>
---
tests/comparators/test_openssh_pub_key.py | 8 ++------
1 file changed, 2 insertions(+), 6 deletions(-)
diff --git a/tests/comparators/test_openssh_pub_key.py b/tests/comparators/test_openssh_pub_key.py
index af53911..1ddc882 100644
--- a/tests/comparators/test_openssh_pub_key.py
+++ b/tests/comparators/test_openssh_pub_key.py
@@ -24,12 +24,8 @@ from diffoscope.config import Config
from diffoscope.comparators.openssh import PublicKeyFile
from diffoscope.comparators.missing_file import MissingFile
-from utils import (
- skip_unless_tool_is_at_least,
- skip_unless_tools_exist,
- load_fixture,
- data,
-)
+from utils import skip_unless_tool_is_at_least, skip_unless_tools_exist, \
+ load_fixture, data
# Generated by: ssh-keygen -t dsa -C "Test1"
opensshpubkey1 = load_fixture(data('test_openssh_pub_key1.pub'))
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/diffoscope.git
More information about the diffoscope
mailing list