Skip to content

Commit

Permalink
black .
Browse files Browse the repository at this point in the history
  • Loading branch information
xnetcat committed Oct 13, 2023
1 parent 1335727 commit 1be4589
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion spotdl/providers/audio/bandcamp.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@ class BandCamp(AudioProvider):
SUPPORTS_ISRC = False
GET_RESULTS_OPTS: List[Dict[str, Any]] = [{}]


def get_results(self, search_term: str, *_args, **_kwargs) -> List[Result]:
"""
Get results from slider.kz
Expand Down
1 change: 0 additions & 1 deletion spotdl/providers/lyrics/azlyrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ def __init__(self):

self.x_code = self.get_x_code()


def get_results(self, name: str, artists: List[str], **_) -> Dict[str, str]:
"""
Returns the results for the given song.
Expand Down

0 comments on commit 1be4589

Please sign in to comment.