Skip to content

Commit

Permalink
chore: 使用されていない型を削除
Browse files Browse the repository at this point in the history
  • Loading branch information
yupix committed Feb 2, 2024
1 parent 1a57815 commit 0d11373
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions mipac/types/note.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from __future__ import annotations

from typing import Any, Literal, NotRequired, Optional, TypedDict, TypeVar
from typing import Literal, NotRequired, TypedDict, TypeVar

from mipac.types.drive import IFile
from mipac.types.emoji import ICustomEmojiLite
Expand Down Expand Up @@ -45,19 +45,6 @@ class INoteUpdatedReaction(TypedDict):
body: INoteUpdatedReactionBody


class GeoPayload(TypedDict):
"""
衛星情報
"""

coordinates: Optional[list[Any]]
altitude: int | None
accuracy: int | None
altitude_accuracy: int | None
heading: int | None
speed: int | None


class INoteChannel(TypedDict):
"""ノート内にあるチャンネルの情報
Expand Down

0 comments on commit 0d11373

Please sign in to comment.