Skip to content

Commit 3f87072

Browse files
committed
no need of fall back method
1 parent 0d4dc56 commit 3f87072

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

tests/system/small/test_anywidget.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -35,16 +35,6 @@ def cleanup_session(session):
3535
session.close()
3636
except Exception as e:
3737
traceback.print_exception(type(e), e, None)
38-
# Try the BigFrames cleanup function as fallback
39-
try:
40-
import bigframes.pandas as bpd
41-
42-
bpd.clean_up_by_session_id(
43-
session.session_id, location=session._location, project=session._project
44-
)
45-
except Exception as cleanup_error:
46-
print(f"Warning: Fallback cleanup also failed: {cleanup_error}")
47-
traceback.print_exception(type(cleanup_error), cleanup_error, None)
4838

4939

5040
@pytest.fixture(scope="module")

0 commit comments

Comments
 (0)