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