Skip to content

Commit 6895def

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

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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)