From 47c63e77d9363046dc0935b12789104644a7ff9d Mon Sep 17 00:00:00 2001 From: Austin Bozowski Date: Tue, 24 May 2022 08:48:35 +0000 Subject: [PATCH] Delete dup declare --- examples/chef/chef.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/examples/chef/chef.py b/examples/chef/chef.py index e92aff5c953059..aa88869fba21fd 100755 --- a/examples/chef/chef.py +++ b/examples/chef/chef.py @@ -244,9 +244,6 @@ def main(argv: Sequence[str]) -> None: # # Populate zzz_generated # - chef_zzz_root = os.path.join(_CHEF_SCRIPT_PATH, "zzz_generated") - ci_manifest_file_name = os.path.join(_CHEF_SCRIPT_PATH, "cimanifest.json") - chef_devices_dir = os.path.join(_CHEF_SCRIPT_PATH, "devices") if options.generate_zzz: ci_manifest = {}