Compare commits

..

No commits in common. "e2f27b14705c07d5e2b78928531133eb96892d59" and "0d7656acb2cd6afd30bfdc4d1a0c1dcd2b4e8ed2" have entirely different histories.

View file

@ -14,11 +14,6 @@ class RAOBReaderException(Exception):
... ...
class RAOBSample(): class RAOBSample():
__slots__ = (
'surface', 'height', 'pressure', 'temp', 'dewpoint',
'wind_dir', 'wind_speed'
)
def __init__(self): def __init__(self):
self.surface: bool = False self.surface: bool = False
self.height: float = None self.height: float = None