Skip to content

Commit

Permalink
eliminated previously used import
Browse files Browse the repository at this point in the history
  • Loading branch information
pmoegenburg committed Oct 18, 2024
1 parent e7ee66e commit 5959370
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api/src/opentrons/protocol_engine/commands/load_liquid.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5959370

Please sign in to comment.