Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
IMladjenovic committed Nov 11, 2024
1 parent 45ff842 commit 9cd19fa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions backend/src/api/app.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
from contextlib import asynccontextmanager
import json
from contextlib import asynccontextmanagerá

Check failure on line 1 in backend/src/api/app.py

View workflow job for this annotation

GitHub Actions / Linting Backend

Ruff (F401)

backend/src/api/app.py:1:24: F401 `contextlib.asynccontextmanagerá` imported but unused

Check failure on line 1 in backend/src/api/app.py

View workflow job for this annotation

GitHub Actions / Type Checking Backend

"asynccontextmanagerá" is unknown import symbol (reportAttributeAccessIssue)
import logging.config
import os
from typing import NoReturn
Expand Down

0 comments on commit 9cd19fa

Please sign in to comment.