Mark suitable methods as static
Signed-off-by: JoeLametta <JoeLametta@users.noreply.github.com>
This commit is contained in:
@@ -18,7 +18,8 @@ Example Disc ID: KnpGsLhvH.lPrNc1PBL21lb9Bg4-"""
|
||||
help="MusicBrainz Disc ID or Release ID to look up"
|
||||
)
|
||||
|
||||
def _printMetadata(self, md):
|
||||
@staticmethod
|
||||
def _printMetadata(md):
|
||||
"""
|
||||
Print out metadata received in a sensible way.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user