Whitespace alignment
This commit is contained in:
parent
547cf6320e
commit
e2f27b1470
1 changed files with 2 additions and 2 deletions
|
@ -32,8 +32,8 @@ class RAOBSounding():
|
|||
def __init__(self):
|
||||
self.timestamp: datetime.datetime = None
|
||||
self.station: int = None
|
||||
self.cur: RAOBSample = None
|
||||
self.samples: list[RAOBSample] = list()
|
||||
self.cur: RAOBSample = None
|
||||
self.samples: list[RAOBSample] = list()
|
||||
|
||||
class RAOBObs():
|
||||
def __init__(self, kind: str):
|
||||
|
|
Loading…
Add table
Reference in a new issue