Skip to content

Commit

Permalink
chore: fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
xingwanying committed Dec 12, 2024
1 parent dca4520 commit c40bba1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/auth/router.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import json
from github import Github

Check failure on line 1 in server/auth/router.py

View workflow job for this annotation

GitHub Actions / build

Ruff (F401)

auth/router.py:1:8: F401 `json` imported but unused
from core.dao.profilesDAO import ProfilesDAO
from fastapi import APIRouter, Request, HTTPException, status, Depends
Expand Down

0 comments on commit c40bba1

Please sign in to comment.