Include backwards compatible reference to UnknownType

This commit is contained in:
Tom Keffer
2024-01-15 13:29:11 -08:00
parent be78267798
commit 0573e3731b

View File

@@ -572,6 +572,10 @@ class UnknownObsType:
def __str__(self):
return u"?'%s'?" % self.obs_type
# Backwards compatible reference:
UnknownType = UnknownObsType
#==============================================================================
# class Formatter
#==============================================================================