Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion etils/ecolab/inspects/nodes.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,10 @@
from google.protobuf import descriptor_pool
from google.protobuf import message
from google.protobuf import symbol_database
from google.protobuf.internal import containers
from google.protobuf.pyext import _message as cpp_containers

# Import both C++ and Python API
from google.protobuf.internal import containers

_T = TypeVar('_T')

Expand Down
Loading