mirror of
https://github.com/Unidata/python-awips.git
synced 2025-02-23 14:57:56 -05:00
add super class init in ShortDataRecord.py
This commit is contained in:
parent
ced7010567
commit
8a3cd2f0db
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ from dynamicserialize.dstypes.com.raytheon.uf.common.datastorage.records import
|
|||
class ShortDataRecord(AbstractDataRecord):
|
||||
|
||||
def __init__(self):
|
||||
super(ShortDataRecord, self).__init__()
|
||||
self.shortData = None
|
||||
|
||||
def getShortData(self):
|
||||
|
|
Loading…
Add table
Reference in a new issue