Make Code-Analysis happy

This commit is contained in:
Bastian Germann 2018-10-16 09:18:48 +02:00
parent f0fb9e773d
commit b5e717a0bd
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ on a media file and obtain information related to the requested media.
from pymediainfo import MediaInfo
from subprocess import check_output
class MediaInfoWrapper(object):
@staticmethod