Mark suitable methods as static

Signed-off-by: JoeLametta <JoeLametta@users.noreply.github.com>
This commit is contained in:
JoeLametta
2021-05-26 08:19:37 +00:00
parent 8d6e64f58d
commit 042bf8f926
4 changed files with 14 additions and 7 deletions

View File

@@ -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.