Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Commit 6895def

Browse files
committed
remove unnecessary import
1 parent 30a9ef6 commit 6895def

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

bigframes/dataframe.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -852,9 +852,7 @@ def _repr_html_(self) -> str:
852852

853853
if opts.repr_mode == "anywidget":
854854
try:
855-
import anywidget # noqa: F401
856855
from IPython.display import display as ipython_display
857-
import traitlets # noqa: F401
858856

859857
from bigframes import display
860858

0 commit comments

Comments
 (0)