Skip to content

Commit

Permalink
Remove TensorFlow import.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 560029682
  • Loading branch information
Marvin182 authored and copybara-github committed Aug 25, 2023
1 parent ee7eae2 commit 17c4624
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clu/profiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"""
from collections.abc import Callable, Sequence
import threading
from typing import Any, Optional
from typing import Optional, Protocol

from absl import logging

Expand Down

0 comments on commit 17c4624

Please sign in to comment.