From db2a9dc553dfb61b404a926ee98f14170e9ee0c6 Mon Sep 17 00:00:00 2001 From: Chiara <94166847+chiara-sophie@users.noreply.github.com> Date: Fri, 3 Nov 2023 16:44:03 +0100 Subject: [PATCH] Remove file types to resolve safeguard issue (#148) --- ..._chiara_pullem_incorporate_e2e_feedback.md | 48 +++++++++++++++++++ vizro-ai/src/vizro_ai/utils/_constants.py | 2 - 2 files changed, 48 insertions(+), 2 deletions(-) create mode 100644 vizro-ai/changelog.d/20231103_161536_chiara_pullem_incorporate_e2e_feedback.md diff --git a/vizro-ai/changelog.d/20231103_161536_chiara_pullem_incorporate_e2e_feedback.md b/vizro-ai/changelog.d/20231103_161536_chiara_pullem_incorporate_e2e_feedback.md new file mode 100644 index 000000000..f1f65e73c --- /dev/null +++ b/vizro-ai/changelog.d/20231103_161536_chiara_pullem_incorporate_e2e_feedback.md @@ -0,0 +1,48 @@ + + + + + + + + + diff --git a/vizro-ai/src/vizro_ai/utils/_constants.py b/vizro-ai/src/vizro_ai/utils/_constants.py index 75c38b10c..d141f8935 100644 --- a/vizro-ai/src/vizro_ai/utils/_constants.py +++ b/vizro-ai/src/vizro_ai/utils/_constants.py @@ -199,8 +199,6 @@ ".mtx", ".arff", ".hb", - ".dat", - ".data", ".bin", ".uf", ".h5py",