From c8b87ecdf0c97c3533b50876bcb80aca5549ef62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20Ho=CC=88nicke?= Date: Fri, 28 Apr 2023 10:39:35 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=A9=E2=80=8D=F0=9F=92=BC=20feat:=20pm?= =?UTF-8?q?=20role=20cleanup?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/options/generate/templates_system.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/options/generate/templates_system.py b/src/options/generate/templates_system.py index cc27871..5beb328 100644 --- a/src/options/generate/templates_system.py +++ b/src/options/generate/templates_system.py @@ -181,7 +181,6 @@ database access: n/a ```text Please provide the input and output format. ``` - ''' system_test_iteration = f''' @@ -255,6 +254,4 @@ PM: ```text The test takes nothing as input and asserts that the output is a string. ``` - - -''' \ No newline at end of file +'''