Skip to content

Commit

Permalink
fix: mipac.utilを使っている箇所があった
Browse files Browse the repository at this point in the history
  • Loading branch information
yupix committed Nov 22, 2023
1 parent bf69165 commit af0cf9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mipac/actions/admins/invite.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from mipac.http import HTTPClient, Route
from mipac.models.invite import InviteCode, PartialInviteCode
from mipac.types.invite import IInviteCode, IPartialInviteCode
from mipac.util import remove_dict_empty
from mipac.utils.format import remove_dict_empty
from mipac.utils.pagination import Pagination

if TYPE_CHECKING:
Expand Down

0 comments on commit af0cf9b

Please sign in to comment.