From b020705273b29782331eab35e1cf4c9c351c8481 Mon Sep 17 00:00:00 2001 From: CaseyBatten Date: Fri, 18 Oct 2024 18:58:39 -0400 Subject: [PATCH] lint --- api/src/opentrons/protocol_engine/resources/file_provider.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/src/opentrons/protocol_engine/resources/file_provider.py b/api/src/opentrons/protocol_engine/resources/file_provider.py index e25ae533530..d4ed7b71522 100644 --- a/api/src/opentrons/protocol_engine/resources/file_provider.py +++ b/api/src/opentrons/protocol_engine/resources/file_provider.py @@ -14,7 +14,7 @@ class GenericCsvTransform: filename: str rows: List[List[str]] delimiter: str = "," - + @staticmethod def build( filename: str, rows: List[List[str]], delimiter: str = ","