Skip to content

Commit

Permalink
removed all vlc references
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrienPensart committed Jun 3, 2024
1 parent 7a95465 commit ac753e2
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions musicbot/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
from warnings import filterwarnings

from musicbot.config import Config
from musicbot.file import File, Issue
from musicbot.folder import Folder
Expand All @@ -13,8 +11,6 @@
from musicbot.scan_folders import ScanFolders
from musicbot.spotify import Spotify

filterwarnings(action="ignore", module=".*vlc.*", category=DeprecationWarning)

__all__ = [
"MusicbotObject",
"Issue",
Expand Down
1 change: 0 additions & 1 deletion musicbot/playlist.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
from musicbot.object import MusicbotObject
from musicbot.playlist_options import PlaylistOptions

logging.getLogger("vlc").setLevel(logging.NOTSET)
logger = logging.getLogger(__name__)


Expand Down
3 changes: 0 additions & 3 deletions tests/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +0,0 @@
from warnings import filterwarnings

filterwarnings(action="ignore", module=".*vlc.*", category=DeprecationWarning)

0 comments on commit ac753e2

Please sign in to comment.