From 2b1b75cd7064b670fc12f25502162cc11a66ba64 Mon Sep 17 00:00:00 2001 From: Jason Meno Date: Sun, 29 Oct 2023 15:04:37 -0700 Subject: [PATCH] remove memory profiler --- apple_health_xml_convert.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/apple_health_xml_convert.py b/apple_health_xml_convert.py index fb7a2b7..ca4b990 100644 --- a/apple_health_xml_convert.py +++ b/apple_health_xml_convert.py @@ -18,9 +18,7 @@ import pandas as pd import xml.etree.ElementTree as ET import datetime as dt -import re import sys -from memory_profiler import profile # %% Function Definitions @@ -141,7 +139,6 @@ def remove_temp_file(temp_file_path): return -@profile def main(): file_path = "export.xml" temp_file_path = preprocess_to_temp_file(file_path)