Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
amCap1712 committed Jan 27, 2025
1 parent 7018f82 commit 01b3dd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion listenbrainz_spark/stats/incremental/sitewide/entity.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from listenbrainz_spark.path import LISTENBRAINZ_SITEWIDE_STATS_DIRECTORY

from listenbrainz_spark.stats.incremental.message_creator import StatsMessageCreator
from listenbrainz_spark.stats.incremental.provider import QueryProvider
from listenbrainz_spark.stats.incremental.query_provider import QueryProvider
from listenbrainz_spark.stats.incremental.range_selector import ListenRangeSelector

logger = logging.getLogger(__name__)
Expand Down

0 comments on commit 01b3dd9

Please sign in to comment.