URL: https://github.com/SSSD/sssd/pull/164
Author: jhrozek
 Title: #164: Remove unused import of run_shell from tests
Action: opened

PR body:
"""
None
"""

To pull the PR as Git branch:
git remote add ghsssd https://github.com/SSSD/sssd
git fetch ghsssd pull/164/head:pr164
git checkout pr164
From efe4c54d49013a98be5e23935cfe4fae733f29d8 Mon Sep 17 00:00:00 2001
From: Jakub Hrozek <jhro...@redhat.com>
Date: Wed, 22 Feb 2017 18:44:55 +0100
Subject: [PATCH] TESTS: Remove unused import

---
 src/tests/intg/test_ts_cache.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/tests/intg/test_ts_cache.py b/src/tests/intg/test_ts_cache.py
index ce0a7c7..445cdf6 100644
--- a/src/tests/intg/test_ts_cache.py
+++ b/src/tests/intg/test_ts_cache.py
@@ -33,7 +33,6 @@
 import sssd_ldb
 import sssd_id
 from util import unindent
-from util import run_shell
 
 LDAP_BASE_DN = "dc=example,dc=com"
 SSSD_DOMAIN = "LDAP"
_______________________________________________
sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org
To unsubscribe send an email to sssd-devel-le...@lists.fedorahosted.org

Reply via email to