Update umid_parser.py

This commit is contained in:
Jamie Hardt
2020-01-02 17:26:23 -08:00
parent 6005f79e60
commit 8d44d411d7

View File

@@ -7,7 +7,7 @@ class UMIDParser:
This implementation is based on SMPTE ST 330:2011
"""
def __init__(self, raw_umid : bytearray):
def __init__(self, raw_umid: bytearray):
self.raw_umid = raw_umid
@property