Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b17e1f4

Browse files
authoredOct 23, 2023
fix: expose bigframes.pandas.reset_session as a public API (#128)
1 parent 02984a4 commit b17e1f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎bigframes/pandas/__init__.py

+1
Original file line numberDiff line numberDiff line change
@@ -484,4 +484,5 @@ def read_gbq_function(function_name: str):
484484
# Session management APIs
485485
"get_global_session",
486486
"close_session",
487+
"reset_session",
487488
]

0 commit comments

Comments
 (0)
Failed to load comments.