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