🔥 chore(main.py): remove unnecessary newline at the beginning of the file

The only change in this commit is the removal of an unnecessary newline at the beginning of the file. This improves the code's readability and consistency.
This commit is contained in:
Gabriel Luiz Freitas Almeida 2023-06-16 19:01:41 -03:00
commit 9ff68eef82

View file

@ -1,4 +1,3 @@
from fastapi import FastAPI
from fastapi.middleware.cors import CORSMiddleware