Remove unnecessary clause
This commit is contained in:
parent
f740037452
commit
593add1fe6
1 changed files with 0 additions and 3 deletions
|
@ -106,9 +106,6 @@ class RAOBObs():
|
||||||
self.tokens.append(token)
|
self.tokens.append(token)
|
||||||
|
|
||||||
def parse_timestamp(self, token: str):
|
def parse_timestamp(self, token: str):
|
||||||
if token[0:2] == '//':
|
|
||||||
return None
|
|
||||||
|
|
||||||
day = int(token[0:2])
|
day = int(token[0:2])
|
||||||
hour = int(token[2:4])
|
hour = int(token[2:4])
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue