From b1d17c0d6798b6f377a38b15b714f8b27e5beff9 Mon Sep 17 00:00:00 2001 From: sany cyrus Date: Tue, 24 Sep 2024 11:43:51 +0530 Subject: [PATCH] merge flow test --- app/views/resetController.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/resetController.py b/app/views/resetController.py index cdd3a0c..d5f5a47 100644 --- a/app/views/resetController.py +++ b/app/views/resetController.py @@ -11,7 +11,7 @@ from django.db import connection, transaction from app.models import create - +# build trigger ##################RESET CONTROLLER##################### @@ -180,4 +180,4 @@ def loadFile(filename): lines = file.readlines() for line in lines: line.strip() - return lines \ No newline at end of file + return lines