Skip to content

Commit

Permalink
Merge pull request #7 from jameno/clean/remove-memory-profiler
Browse files Browse the repository at this point in the history
remove memory profiler
  • Loading branch information
jameno authored Oct 29, 2023
2 parents e8e319f + 2b1b75c commit b0f8a0f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions apple_health_xml_convert.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit b0f8a0f

Please sign in to comment.