Skip to content

Commit 73693ef

Browse files
chore: shut pyright up
1 parent 9de1fd0 commit 73693ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bot/src/ghutils/cogs/app_commands/github.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
from githubkit.exception import GitHubException, RequestFailed
1717
from githubkit.rest import Issue, IssuePropPullRequest, PullRequest, SimpleUser
1818
from more_itertools import consecutive_groups, ilen
19-
from Pylette import extract_colors
19+
from Pylette import extract_colors # pyright: ignore[reportUnknownVariableType]
2020
from yarl import URL
2121

2222
from ghutils.common.__version__ import VERSION

0 commit comments

Comments
 (0)