Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
japandotorg committed Nov 1, 2023
2 parents f08e123 + 5483a2e commit d35b78d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions voicenotelog/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@
"""

import io
import pydub
import logging
import speech_recognition as speech
from typing import Final, List, Dict, Union, Optional, Any, Tuple
from typing import Any, Dict, Final, List, Optional, Tuple, Union

import discord
from redbot.core.bot import Red
import pydub
import speech_recognition as speech
from redbot.core import Config, commands
from redbot.core.bot import Red
from redbot.core.utils.chat_formatting import box, humanize_list

from .views import JumpToMessageView
Expand Down

0 comments on commit d35b78d

Please sign in to comment.