Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
tehkillerbee committed Sep 11, 2024
1 parent b28b959 commit bae3414
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/test_album.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@

import tidalapi
from tidalapi.album import Album
from tidalapi.media import Quality
from tidalapi.exceptions import MetadataNotAvailable, ObjectNotFound
from tidalapi.media import Quality

from .cover import verify_image_cover, verify_video_cover

Expand Down
2 changes: 1 addition & 1 deletion tests/test_media.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
from tidalapi.media import (
AudioExtensions,
AudioMode,
Codec,
ManifestMimeType,
MimeType,
Codec,
Quality,
)

Expand Down

0 comments on commit bae3414

Please sign in to comment.