Skip to content

Commit db5937a

Browse files
author
Ryu JuHeon
committed
chore(github-actions): fix for python/mypy#8481
1 parent 94bd9fd commit db5937a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: .github/workflows/python-type.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ jobs:
2222
python -m pip install mypy
2323
- name: Checking type annotations
2424
run: |
25-
mypy . --strict
26-
pyright . --outputjson
25+
mypy ./koreanbots --strict
26+
pyright ./koreanbots --outputjson

Diff for: koreanbots/client.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from typing import Optional
55

66
import aiohttp
7-
from discord.client import Client
7+
from discord import Client
88

99
from .decorator import strict_literal
1010
from .http import KoreanbotsRequester

0 commit comments

Comments
 (0)