From 324620629e7c71f0dff0a64cb30ca9e1aa0c95ca Mon Sep 17 00:00:00 2001 From: Saleem Abdulrasool Date: Wed, 30 Oct 2019 10:38:58 -0700 Subject: [PATCH] test: remove import for `lldbsuite.support.fs` This has been removed upstream and is not used in the script. Simply remove the import. --- lldb/scripts/prepare_bindings.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lldb/scripts/prepare_bindings.py b/lldb/scripts/prepare_bindings.py index ade97a411b4a5b..95e03dd1d5d5ef 100755 --- a/lldb/scripts/prepare_bindings.py +++ b/lldb/scripts/prepare_bindings.py @@ -17,7 +17,6 @@ # LLDB modules: import use_lldb_suite -from lldbsuite.support import fs def prepare_binding_for_language(scripts_dir, script_lang, options):