Skip to content

Commit

Permalink
Lint and adjust pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
DanJezeph15 committed Sep 2, 2024
1 parent bcd5006 commit 02c9ed1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[tool.ruff.format]
quote-style = 'single'

[tool.ruff.isort]
[tool.ruff.lint.isort]
combine-as-imports = true

[tool.ruff.lint]
Expand Down
1 change: 1 addition & 0 deletions src/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
import subprocess

import uvicorn

from app.logs import setup_logging
from app.main import tc_av_app

Expand Down

0 comments on commit 02c9ed1

Please sign in to comment.