Skip to content

Commit

Permalink
fix: Remove junk imports
Browse files Browse the repository at this point in the history
  • Loading branch information
LordOfPolls committed Jul 26, 2022
1 parent ecc7d05 commit ca8cd3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion naff_audio/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .yt_audio import YTAudio
from .audio_queue import NaffQueue

__version__ = "1.0.0"
__version__ = "1.2.0"
3 changes: 1 addition & 2 deletions naff_audio/audio_queue.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
import asyncio
import random
from collections import deque
from typing import Any, Iterator
from typing import Iterator

import item as item
from naff import ActiveVoiceState
from naff.api.voice.audio import BaseAudio

Expand Down

0 comments on commit ca8cd3e

Please sign in to comment.