Skip to content

Commit

Permalink
rename playlistr to mussty
Browse files Browse the repository at this point in the history
  • Loading branch information
ancientjpeg committed Mar 20, 2024
1 parent 145eb1e commit 9115997
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions test/dataclass/test_dataclass_serialization.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import dataclasses
from playlistr.service import *
from playlistr.resolver import *
from mussty.service import *
from mussty.resolver import *


def test_song_serialization():
Expand Down
4 changes: 2 additions & 2 deletions test/service/test_service_caching.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from playlistr.service import Service
from playlistr.define.types import *
from mussty.service import Service
from mussty.define.types import *


def test_service_caching():
Expand Down

0 comments on commit 9115997

Please sign in to comment.