From 18c6af9c966bc5cc5c071300ddff1198d4723397 Mon Sep 17 00:00:00 2001 From: Sanniti Date: Fri, 16 Feb 2024 16:49:34 -0500 Subject: [PATCH] formatting --- shared-data/python/opentrons_shared_data/module/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/shared-data/python/opentrons_shared_data/module/__init__.py b/shared-data/python/opentrons_shared_data/module/__init__.py index 64816042336..3379dc850b7 100644 --- a/shared-data/python/opentrons_shared_data/module/__init__.py +++ b/shared-data/python/opentrons_shared_data/module/__init__.py @@ -19,7 +19,8 @@ # TODO (spp, 2023-02-14): make these a part of thermocycler/ deck definitions FLEX_TC_LID_CLIP_POSITIONS_IN_DECK_COORDINATES = { "left_clip": {"x": -3.25, "y": 402, "z": 205}, - "right_clip": {"x": 97.75, "y": 402, "z": 205}} + "right_clip": {"x": 97.75, "y": 402, "z": 205}, +} # TODO (spp, 2022-05-12): Python has a built-in error called `ModuleNotFoundError` so, # maybe rename this one?