From 02c9ed133843c943a3cdf81e6c3aad0ab85c70e2 Mon Sep 17 00:00:00 2001 From: DanJezeph15 Date: Mon, 2 Sep 2024 10:17:12 +0100 Subject: [PATCH] Lint and adjust pyproject.toml --- pyproject.toml | 2 +- src/run.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c4d10e2..4991765 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ [tool.ruff.format] quote-style = 'single' -[tool.ruff.isort] +[tool.ruff.lint.isort] combine-as-imports = true [tool.ruff.lint] diff --git a/src/run.py b/src/run.py index 63d47fd..5397f64 100755 --- a/src/run.py +++ b/src/run.py @@ -2,6 +2,7 @@ import subprocess import uvicorn + from app.logs import setup_logging from app.main import tc_av_app