From 9ff68eef82150bd0addf8a5d2e05d92de4f2c84c Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Fri, 16 Jun 2023 19:01:41 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20chore(main.py):=20remove=20unnec?= =?UTF-8?q?essary=20newline=20at=20the=20beginning=20of=20the=20file=20The?= =?UTF-8?q?=20only=20change=20in=20this=20commit=20is=20the=20removal=20of?= =?UTF-8?q?=20an=20unnecessary=20newline=20at=20the=20beginning=20of=20the?= =?UTF-8?q?=20file.=20This=20improves=20the=20code's=20readability=20and?= =?UTF-8?q?=20consistency.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/backend/langflow/main.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/backend/langflow/main.py b/src/backend/langflow/main.py index 1989aad01..ad3217eb5 100644 --- a/src/backend/langflow/main.py +++ b/src/backend/langflow/main.py @@ -1,4 +1,3 @@ - from fastapi import FastAPI from fastapi.middleware.cors import CORSMiddleware