removing embed

This commit is contained in:
wendtalexander 2023-01-13 14:03:04 +01:00
parent 5ccf6b8d79
commit c7934680f9

View File

@ -12,7 +12,6 @@ class Behavior:
csv_file = str(sorted(Path(datapath).glob('**/*.csv'))[0]) csv_file = str(sorted(Path(datapath).glob('**/*.csv'))[0])
self.dataframe = read_csv(csv_file, delimiter=',') self.dataframe = read_csv(csv_file, delimiter=',')
embed()
def main(datapath:str): def main(datapath:str):