Skip to content

Commit

Permalink
Fix type hint
Browse files Browse the repository at this point in the history
  • Loading branch information
tiltowait committed Jun 7, 2024
1 parent 2a4f831 commit 6e5f665
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions interface/reference.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
"""interface/reference.py - A cog for reference material."""
# pylint: disable=no-self-use

import asyncio

import discord
from discord.commands import Option, OptionChoice, slash_command
from discord.ext import commands
Expand Down Expand Up @@ -83,7 +81,7 @@ async def statistics(
@slash_command()
async def temperament(
self,
ctx: discord.ApplicationCommand,
ctx: discord.ApplicationContext,
resonance: Option(str, "The resonance being rolled", choices=inconnu.reference.RESONANCES),
):
"""Get a random temperament."""
Expand Down

0 comments on commit 6e5f665

Please sign in to comment.