[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot] 2024-03-11 17:29:46 +00:00
parent bb12e33584
commit 83d5add134
4 changed files with 0 additions and 4 deletions

View File

@ -7,7 +7,6 @@ Copyright (c) 2023, cloudwithax
Licensed under GPL-3.0 Licensed under GPL-3.0
""" """
import discord import discord
if not discord.version_info.major >= 2: if not discord.version_info.major >= 2:

View File

@ -1,5 +1,4 @@
"""Apple Music module for Pomice, made possible by cloudwithax 2023""" """Apple Music module for Pomice, made possible by cloudwithax 2023"""
from .client import * from .client import *
from .exceptions import * from .exceptions import *
from .objects import * from .objects import *

View File

@ -1,5 +1,4 @@
"""Module for managing Apple Music objects""" """Module for managing Apple Music objects"""
from typing import List from typing import List
__all__ = ( __all__ = (

View File

@ -1,5 +1,4 @@
"""Spotify module for Pomice, made possible by cloudwithax 2023""" """Spotify module for Pomice, made possible by cloudwithax 2023"""
from .client import Client from .client import Client
from .exceptions import * from .exceptions import *
from .objects import * from .objects import *