From ab9e2ed21a8e60d7b8b1c9dd54a7d9a60ca22712 Mon Sep 17 00:00:00 2001 From: Austin Bozowski Date: Fri, 27 May 2022 21:39:14 +0000 Subject: [PATCH] isort --- examples/chef/chef.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/examples/chef/chef.py b/examples/chef/chef.py index aa4874809ec3bb..f992832f072f49 100755 --- a/examples/chef/chef.py +++ b/examples/chef/chef.py @@ -23,8 +23,7 @@ import sys import tarfile import textwrap -from typing import Any, Dict -from typing import Sequence +from typing import Any, Dict, Sequence import yaml