Skip to content

Commit 23f4621

Browse files
committed
fixed imports
1 parent c44ec4f commit 23f4621

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ChillBot/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
from .music import Music, MusicResponse, ArtistListItem, TrackItem
1+
from .music import Music, MusicResponse, ArtistList, TrackItem, ArtistItem
22

33
__version__ = "1.1.2"

ChillBot/music.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from .requests import Request
22
from .exceptions import UserNotFound
33

4-
from dataclasses import dataclass, field
4+
from dataclasses import dataclass
55

66
@dataclass(frozen=True)
77
class TrackItem:

0 commit comments

Comments
 (0)