Skip to content

Commit 7630212

Browse files
ConchylicultorThe etils Authors
authored andcommitted
Internal
PiperOrigin-RevId: 791598218
1 parent f52d294 commit 7630212

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

etils/ecolab/auto_display_utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ def auto_display(activate: bool = True) -> None:
105105
Args:
106106
activate: Allow to disable `auto_display`
107107
"""
108+
108109
if not epy.is_notebook(): # No-op outside Colab
109110
return
110111

etils/epath/abstract_path.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
from __future__ import annotations
1818

1919
from collections.abc import Callable
20+
import functools
2021
import os
2122
import pathlib
2223
import typing

0 commit comments

Comments
 (0)