Skip to content

Commit

Permalink
clean up imports from rose submodule in virtualfs
Browse files Browse the repository at this point in the history
  • Loading branch information
azuline committed May 6, 2024
1 parent 8701b88 commit 24f045e
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions rose_vfs/virtualfs.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,10 @@
SUPPORTED_AUDIO_EXTENSIONS,
AudioTags,
Config,
Matcher,
PathContext,
PathTemplate,
Pattern,
Release,
RoseError,
Track,
Expand All @@ -76,6 +78,8 @@
descriptor_exists,
evaluate_release_template,
evaluate_track_template,
find_releases_matching_rule,
find_tracks_matching_rule,
genre_exists,
get_collage,
get_collage_releases,
Expand All @@ -84,13 +88,16 @@
get_release,
get_track,
get_tracks_of_release,
get_tracks_of_releases,
label_exists,
list_artists,
list_collages,
list_descriptors,
list_genres,
list_labels,
list_playlists,
list_releases,
list_tracks,
make_release_logtext,
make_track_logtext,
release_within_collage,
Expand All @@ -106,10 +113,6 @@
track_within_release,
update_cache_for_releases,
)
from rose.cache import get_tracks_of_releases, list_releases, list_tracks
from rose.releases import find_releases_matching_rule
from rose.rule_parser import Matcher, Pattern
from rose.tracks import find_tracks_matching_rule

logger = logging.getLogger(__name__)

Expand Down

0 comments on commit 24f045e

Please sign in to comment.