Skip to content

Commit

Permalink
Pylint: Auto Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
TheChampu committed Aug 30, 2024
1 parent 4044d4f commit 1bdc36c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ChampuXMusic/plugins/play/play.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,10 @@
from ChampuXMusic.utils.stream.stream import stream
from config import BANNED_USERS, lyrical
import warnings

warnings.filterwarnings("ignore", category=UserWarning, module="http.cookiejar")


@app.on_message(
filters.command(
[
Expand Down

0 comments on commit 1bdc36c

Please sign in to comment.