Skip to content

Commit

Permalink
another todo
Browse files Browse the repository at this point in the history
  • Loading branch information
jbleon95 committed Aug 2, 2024
1 parent 6b3dbac commit 586c419
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/src/opentrons/protocols/parameters/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
from .exceptions import RuntimeParameterRequired, ParameterValueError


# TODO(jbl 2024-08-02) This is a public facing class and as such should be moved to the protocol_api folder
class CSVParameter:
def __init__(self, csv_file: Optional[TextIO]) -> None:
self._file = csv_file
Expand Down

0 comments on commit 586c419

Please sign in to comment.