Skip to content

Commit

Permalink
add missing docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
amCap1712 committed Jan 27, 2025
1 parent 7372598 commit 7018f82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions listenbrainz_spark/stats/incremental/message_creator.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@


class MessageCreator(abc.ABC):
""" Base class for generating messages for sending to LB server from spark query results """

def __init__(self, entity: str, message_type: str):
self.entity = entity
Expand Down

0 comments on commit 7018f82

Please sign in to comment.