Skip to content

Commit

Permalink
fix: ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
xnought committed Apr 7, 2024
1 parent 3409ae3 commit 9604825
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/src/api/tutorials.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
from fastapi import APIRouter
from ..api_types import CamelModel
from ..db import Database
import logging as log
from fastapi.exceptions import HTTPException
from ..auth import requires_authentication
from fastapi.requests import Request
Expand Down

0 comments on commit 9604825

Please sign in to comment.