Skip to content

Commit b17e1f4

Browse files
authored
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)