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 10, 2024
1 parent bb56ccb commit e0d7df2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/core/dao/repositoryConfigDAO.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from typing import Counter, List
from typing import List

Check failure on line 1 in server/core/dao/repositoryConfigDAO.py

View workflow job for this annotation

GitHub Actions / build

Ruff (F401)

core/dao/repositoryConfigDAO.py:1:20: F401 `typing.Counter` imported but unused
from core.dao.BaseDAO import BaseDAO
from core.models.bot import RepoBindBotConfigVO
from core.models.repository import RepositoryConfig
Expand Down

0 comments on commit e0d7df2

Please sign in to comment.