Skip to content

Commit

Permalink
add parameters to init
Browse files Browse the repository at this point in the history
  • Loading branch information
jbleon95 committed Mar 19, 2024
1 parent 88b674f commit e7c6cef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/src/opentrons/protocol_api/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
COLUMN,
ALL,
)
from ._parameters import Parameters
from ._parameter_context import ParameterContext

from .create_protocol_context import (
Expand All @@ -55,6 +56,7 @@
"WasteChute",
"Well",
"Liquid",
"Parameters",
"COLUMN",
"ALL",
"OFF_DECK",
Expand Down

0 comments on commit e7c6cef

Please sign in to comment.