Skip to content

Commit 994a46e

Browse files
committed
linter
1 parent d8904e8 commit 994a46e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/src/opentrons/protocol_engine/commands/unsafe/unsafe_stacker_manual_store.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""Command models to manually store a labware into a Flex Stacker in an unsafe situation."""
22

33
from __future__ import annotations
4-
from typing import Optional, Literal, TYPE_CHECKING, Type, Union, cast
4+
from typing import Literal, TYPE_CHECKING, Type, cast
55

66
from pydantic import BaseModel, Field
77
from pydantic.json_schema import SkipJsonSchema

0 commit comments

Comments
 (0)