Skip to content

Commit a7a6b95

Browse files
committed
type
1 parent bb452b3 commit a7a6b95

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pylabrobot/liquid_handling/liquid_handler.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1900,6 +1900,7 @@ async def dispense96(
19001900
elif isinstance(resource, Container):
19011901
containers = [resource]
19021902

1903+
liquids: List[Tuple[Optional[Liquid], float]]
19031904
if len(containers) == 1: # single container
19041905
container = containers[0]
19051906
if (

0 commit comments

Comments
 (0)