From 76f74140bfcd6fdca577d7a8225708e4d0c39f27 Mon Sep 17 00:00:00 2001 From: Austin Bozowski Date: Tue, 31 May 2022 07:48:51 +0000 Subject: [PATCH] remove subproc --- examples/chef/chef.py | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/chef/chef.py b/examples/chef/chef.py index a7a02a30426880..5e9c7bb1cec542 100755 --- a/examples/chef/chef.py +++ b/examples/chef/chef.py @@ -19,7 +19,6 @@ import optparse import os import shutil -import subprocess import sys import tarfile import textwrap