Skip to content

Commit

Permalink
Minor bug fixes, optimizations, and updates
Browse files Browse the repository at this point in the history
  • Loading branch information
bbye98 committed Nov 27, 2023
1 parent 260d9ed commit 41e4dd0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions src/minim/audio.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@

from . import (
base64, datetime, logging, pathlib, re, subprocess, urllib,
utility,
FOUND_FFMPEG, FFMPEG_CODECS, Any, Union
utility, FOUND_FFMPEG, FFMPEG_CODECS, Any, Union
)
from .qobuz import _parse_performers

Expand Down
6 changes: 2 additions & 4 deletions src/minim/tidal.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,8 @@

from . import (
base64, datetime, hashlib, json, logging, os, pathlib, re, requests,
secrets, subprocess, time, urllib, warnings, webbrowser,
audio, utility,
FOUND_PLAYWRIGHT, FOUND_FFMPEG, DIR_HOME, DIR_TEMP, ILLEGAL_CHARACTERS,
Any, Union, config
secrets, time, urllib, warnings, webbrowser,
FOUND_PLAYWRIGHT, DIR_HOME, DIR_TEMP, Any, Union, config
)

if FOUND_PLAYWRIGHT:
Expand Down

0 comments on commit 41e4dd0

Please sign in to comment.