diff options
author | Bryn M. Reeves <bmr@redhat.com> | 2018-05-09 15:11:37 +0100 |
---|---|---|
committer | Bryn M. Reeves <bmr@redhat.com> | 2018-05-09 15:11:37 +0100 |
commit | 30e59a9c9d7f4a6142252ad3f3f14453939da9b6 (patch) | |
tree | e5958303e308c928e0a59a9ccb4055f7a5f9b4dd | |
parent | 7a1f4b0595bdedeea5c61a1c79a74e392a47d0e3 (diff) | |
download | sos-30e59a9c9d7f4a6142252ad3f3f14453939da9b6.tar.gz |
[rpm] drop unneeded import
Signed-off-by: Bryn M. Reeves <bmr@redhat.com>
-rw-r--r-- | sos/plugins/rpm.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sos/plugins/rpm.py b/sos/plugins/rpm.py index b6dae739..d7101a22 100644 --- a/sos/plugins/rpm.py +++ b/sos/plugins/rpm.py @@ -13,7 +13,6 @@ # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. from sos.plugins import Plugin, RedHatPlugin -from sos.utilities import is_executable class Rpm(Plugin, RedHatPlugin): |