From 5d9796b32eefa502bf8cf6384c430328c0f0b3aa Mon Sep 17 00:00:00 2001 From: Stephen Macke Date: Sat, 9 Mar 2024 21:29:27 -0800 Subject: [PATCH] forgot to remove import --- core/ipyflow/tracing/external_calls/base_handlers.py | 1 - 1 file changed, 1 deletion(-) diff --git a/core/ipyflow/tracing/external_calls/base_handlers.py b/core/ipyflow/tracing/external_calls/base_handlers.py index 5f38e009..c1bb0d37 100644 --- a/core/ipyflow/tracing/external_calls/base_handlers.py +++ b/core/ipyflow/tracing/external_calls/base_handlers.py @@ -17,7 +17,6 @@ cast, ) -from ipyflow.data_model.timestamp import Timestamp from ipyflow.singletons import flow, tracer from ipyflow.types import IMMUTABLE_PRIMITIVE_TYPES