From 1b71e0f7925376dc7704127cd9cffd66e1bf3eb9 Mon Sep 17 00:00:00 2001 From: Eric Vergnaud Date: Fri, 5 Jul 2024 20:57:57 +0200 Subject: [PATCH] whitelist emmv (#2037) ## Changes whitelist emmv ### Linked issues Progresses #1901 ### Functionality None ### Tests - [x] manually tested Co-authored-by: Eric Vergnaud --- src/databricks/labs/ucx/source_code/known.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/databricks/labs/ucx/source_code/known.json b/src/databricks/labs/ucx/source_code/known.json index 3c5d29dd15..b32bc81208 100644 --- a/src/databricks/labs/ucx/source_code/known.json +++ b/src/databricks/labs/ucx/source_code/known.json @@ -2586,6 +2586,9 @@ "docstring_to_markdown.plain": [], "docstring_to_markdown.rst": [] }, + "emmv": { + "emmv": [] + }, "entrypoints": { "entrypoints": [] }, @@ -26344,4 +26347,4 @@ "zipp.compat.py310": [], "zipp.glob": [] } -} \ No newline at end of file +}