From 5959370866d05fdf2059861706266fde2fe35a14 Mon Sep 17 00:00:00 2001 From: pmoegenburg Date: Fri, 18 Oct 2024 14:00:36 -0400 Subject: [PATCH] eliminated previously used import --- api/src/opentrons/protocol_engine/commands/load_liquid.py | 1 - 1 file changed, 1 deletion(-) diff --git a/api/src/opentrons/protocol_engine/commands/load_liquid.py b/api/src/opentrons/protocol_engine/commands/load_liquid.py index 86a78b94c62..856cf3ee127 100644 --- a/api/src/opentrons/protocol_engine/commands/load_liquid.py +++ b/api/src/opentrons/protocol_engine/commands/load_liquid.py @@ -3,7 +3,6 @@ from pydantic import BaseModel, Field from typing import Optional, Type, Dict, TYPE_CHECKING from typing_extensions import Literal -from datetime import datetime from .command import AbstractCommandImpl, BaseCommand, BaseCommandCreate, SuccessData from ..errors.error_occurrence import ErrorOccurrence