Skip to content

Commit

Permalink
style: apply black formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
sacklippe committed Jul 5, 2024
1 parent 8ab1ca9 commit 6273080
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions musync/tidal/session.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@

from musync import ROOT_DIR
from musync.common.entity import Artist, Origin, Playlist, Track, User
from musync.common.error import (IncompatibleEntityError,
MissingPrivilegesError, NotConnectedWarning)
from musync.common.error import (
IncompatibleEntityError,
MissingPrivilegesError,
NotConnectedWarning,
)
from musync.common.session import Session


Expand Down

0 comments on commit 6273080

Please sign in to comment.