Clean code

This commit is contained in:
Crussader 2022-04-03 20:26:50 +04:00 committed by GitHub
parent 633275ef82
commit fc3cd4612b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -12,7 +12,6 @@ except ImportError:
import json import json
from typing import Union from typing import Union
from ...regex import SPOTIFY_URL_REGEX
from .exceptions import InvalidSpotifyURL, SpotifyRequestException from .exceptions import InvalidSpotifyURL, SpotifyRequestException
from .objects import * from .objects import *