From 72962172b8b992757c5fbc3be31a1f206e9937cf Mon Sep 17 00:00:00 2001 From: Seth Foster Date: Fri, 4 Oct 2024 10:55:08 -0400 Subject: [PATCH] fixup: remove shebang --- .../commands/thermocycler/run_extended_profile.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/api/src/opentrons/protocol_engine/commands/thermocycler/run_extended_profile.py b/api/src/opentrons/protocol_engine/commands/thermocycler/run_extended_profile.py index 007d169278e..3cf8a67bf41 100644 --- a/api/src/opentrons/protocol_engine/commands/thermocycler/run_extended_profile.py +++ b/api/src/opentrons/protocol_engine/commands/thermocycler/run_extended_profile.py @@ -1,5 +1,3 @@ -#!/usr/bin/env python3 - """Command models to execute a Thermocycler profile.""" from __future__ import annotations from typing import List, Optional, TYPE_CHECKING, overload, Union