Skip to content

Commit 04bbc1a

Browse files
committed
Ignore decorated contains Any for the moment
1 parent d8fbba0 commit 04bbc1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/statusbot/bot.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1848,7 +1848,7 @@ async def refresh(
18481848
await message.channel.send("Guild has been re-evaluated.")
18491849

18501850
@staticmethod
1851-
def set_option__guild_valid_options(
1851+
def set_option__guild_valid_options( # type: ignore[misc]
18521852
user_id: int,
18531853
guild_admins: set[int],
18541854
configuration: dict[str, Any],
@@ -2081,7 +2081,7 @@ async def set_option__guild(
20812081
await self.refresh(message, force_reset)
20822082

20832083
@staticmethod
2084-
def set_option__dm_valid_options(
2084+
def set_option__dm_valid_options( # type: ignore[misc]
20852085
user_id: int,
20862086
configuration: dict[str, Any],
20872087
) -> list[str]:

0 commit comments

Comments
 (0)