Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
failandimprove1 committed May 6, 2024
1 parent 895dc4f commit 6694cb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/api/src/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import os
import uvicorn
import logging
import os

import uvicorn
from fastapi import FastAPI
from fastapi.middleware.cors import CORSMiddleware

Expand Down

0 comments on commit 6694cb1

Please sign in to comment.