Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pylabrobot/liquid_handling/backends/backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def pickup_tips(self, *channels: List[Optional[Tip]], **backend_kwargs):
pass

@abstractmethod
def discard_tips(self, *channels: List[Optional[Tip]], **backend_kwars):
def discard_tips(self, *channels: List[Optional[Tip]], **backend_kwargs):
""" Discard tips from the specified resource. """
pass

Expand Down