Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
RaoHai committed Dec 19, 2024
1 parent fe62cff commit b81dc13
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions server/bot/list.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
from typing import Optional

from github import Github
from github import Github, Auth
from core.dao.repositoryConfigDAO import RepositoryConfigDAO
from petercat_utils import get_client
from github import Github, Auth

Check failure on line 6 in server/bot/list.py

View workflow job for this annotation

GitHub Actions / build

Ruff (F811)

bot/list.py:6:20: F811 Redefinition of unused `Github` from line 3

def query_list(
Expand Down

0 comments on commit b81dc13

Please sign in to comment.