Remove wav specific supports_tag

This commit is contained in:
Sambhav Kothari
2016-12-29 17:29:45 +05:30
parent 8cd2eb02ec
commit 1bfbc683d5

View File

@@ -43,7 +43,3 @@ class WAVFile(File):
def _save(self, filename, metadata):
log.debug("Saving file %r", filename)
pass
def supports_tag(self, name):
# WAVFile does not support any tag
return False