Skip to content

Commit 8700ae8

Browse files
committed
CI Fixes
1 parent 651b40b commit 8700ae8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • techsupport_bot/commands

techsupport_bot/commands/who.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@
22

33
from __future__ import annotations
44

5-
from typing import TYPE_CHECKING, List
6-
75
import datetime
86
import io
7+
from typing import TYPE_CHECKING
98

109
import discord
1110
import ui
@@ -69,7 +68,8 @@ def __init__(self, bot: bot.TechSupportBot, extension_name):
6968

7069
@staticmethod
7170
async def is_reader(interaction: discord.Interaction) -> bool:
72-
"""Checks whether invoker can read notes. If no reader role is set, all members can read notes."""
71+
"""Checks whether invoker can read notes.
72+
If no reader role is set, all members can read notes."""
7373
config = interaction.client.guild_configs[str(interaction.guild.id)]
7474
if reader_roles := config.extensions.who.note_readers.value:
7575
roles = (

0 commit comments

Comments
 (0)