From b5c392af3a606271dde26613f3be0064912cd41c Mon Sep 17 00:00:00 2001 From: Alessandro Berti Date: Fri, 12 Jan 2024 07:40:03 +0100 Subject: [PATCH] fix(pm4py): bug fix --- pm4py/util/pandas_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pm4py/util/pandas_utils.py b/pm4py/util/pandas_utils.py index ee094d424..11fb24666 100644 --- a/pm4py/util/pandas_utils.py +++ b/pm4py/util/pandas_utils.py @@ -10,7 +10,7 @@ def get_default_dataframe_environment(): #import cudf; return cudf import cudf.pandas cudf.pandas.install() - import pandas as pd + import pandas as pd return pd