removing embed
This commit is contained in:
parent
5ccf6b8d79
commit
c7934680f9
@ -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):
|
||||||
|
Loading…
Reference in New Issue
Block a user