From de535eccbca60cc9f5004749b24612553f7d0aab Mon Sep 17 00:00:00 2001 From: Rafael Vargas Date: Thu, 30 Dec 2021 14:36:47 -0400 Subject: [PATCH] Removing useless types --- vulkanbot/music/Types.py | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/vulkanbot/music/Types.py b/vulkanbot/music/Types.py index c30a349..3635c29 100644 --- a/vulkanbot/music/Types.py +++ b/vulkanbot/music/Types.py @@ -4,18 +4,6 @@ from enum import Enum class Provider(Enum): """Store Enum Types of the Providers""" Spotify = "Spotify" - Spotify_Playlist = "Spotify Playlist" YouTube = "YouTube" Name = 'Track Name' Unknown = "Unknown" - - -class Playlist_Types(Enum): - Spotify_Playlist = "Spotify Playlist" - YouTube_Playlist = "YouTube Playlist" - Unknown = "Unknown" - - -class Origins(Enum): - Default = "Default" - Playlist = "Playlist"