From 028f096c83b762d686182b6afd4f07753ea7400d Mon Sep 17 00:00:00 2001 From: Edward Cormany Date: Fri, 8 Mar 2024 11:44:51 -0500 Subject: [PATCH] chore: re-publish trash container top() methods --- api/docs/v2/new_protocol_api.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/api/docs/v2/new_protocol_api.rst b/api/docs/v2/new_protocol_api.rst index 3bd6ac38658..8aaddf98f8f 100644 --- a/api/docs/v2/new_protocol_api.rst +++ b/api/docs/v2/new_protocol_api.rst @@ -35,8 +35,10 @@ Labware signatures, since users should never construct these directly. .. autoclass:: opentrons.protocol_api.TrashBin() + :members: .. autoclass:: opentrons.protocol_api.WasteChute() + :members: Wells and Liquids =================