Skip to content

Commit

Permalink
chore(release): Merge fixups.
Browse files Browse the repository at this point in the history
  • Loading branch information
SyntaxColoring committed Nov 18, 2024
1 parent 9c5fdb5 commit 8e84bb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion robot-server/robot_server/runs/run_data_manager.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""Manage current and historical run data."""

from datetime import datetime
from typing import List, Optional, Callable, Union, Mapping
from typing import Dict, List, Optional, Callable, Union, Mapping

from opentrons_shared_data.labware.labware_definition import LabwareDefinition
from opentrons_shared_data.errors.exceptions import InvalidStoredData, EnumeratedError
Expand Down
2 changes: 1 addition & 1 deletion robot-server/robot_server/runs/run_orchestrator_store.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import asyncio
import logging
from typing import List, Optional, Callable, Mapping
from typing import Dict, List, Optional, Callable, Mapping

from opentrons.types import NozzleMapInterface
from opentrons.protocol_engine.errors.exceptions import EStopActivatedError
Expand Down

0 comments on commit 8e84bb4

Please sign in to comment.