From 4fbc486a0a294fd4f56cfb87d9db9dd284f17c32 Mon Sep 17 00:00:00 2001 From: Mattijs Ugen <144798+akaIDIOT@users.noreply.github.com> Date: Sat, 8 Jul 2023 17:23:05 +0200 Subject: [PATCH] Rename code files to not contain spaces --- 01 query_word_cloud.py => 01_query_word_cloud.py | 0 02 searches_time.py => 02_searches_time.py | 0 03 hansken_facet_heatmap.py => 03_hansken_facet_heatmap.py | 0 04 types_in_piechart.py => 04_types_in_piechart.py | 0 ...emap_chatmessage.py => 05_unique_values_treemap_chatmessage.py | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename 01 query_word_cloud.py => 01_query_word_cloud.py (100%) rename 02 searches_time.py => 02_searches_time.py (100%) rename 03 hansken_facet_heatmap.py => 03_hansken_facet_heatmap.py (100%) rename 04 types_in_piechart.py => 04_types_in_piechart.py (100%) rename 05 unique_values_treemap_chatmessage.py => 05_unique_values_treemap_chatmessage.py (100%) diff --git a/01 query_word_cloud.py b/01_query_word_cloud.py similarity index 100% rename from 01 query_word_cloud.py rename to 01_query_word_cloud.py diff --git a/02 searches_time.py b/02_searches_time.py similarity index 100% rename from 02 searches_time.py rename to 02_searches_time.py diff --git a/03 hansken_facet_heatmap.py b/03_hansken_facet_heatmap.py similarity index 100% rename from 03 hansken_facet_heatmap.py rename to 03_hansken_facet_heatmap.py diff --git a/04 types_in_piechart.py b/04_types_in_piechart.py similarity index 100% rename from 04 types_in_piechart.py rename to 04_types_in_piechart.py diff --git a/05 unique_values_treemap_chatmessage.py b/05_unique_values_treemap_chatmessage.py similarity index 100% rename from 05 unique_values_treemap_chatmessage.py rename to 05_unique_values_treemap_chatmessage.py