testing timezone
This commit is contained in:
parent
c443bed68e
commit
9011ba9493
@ -10,9 +10,9 @@ def insert(self, val):
|
||||
"""
|
||||
if val is None:
|
||||
return None
|
||||
|
||||
if val not in self:
|
||||
self.add(val)
|
||||
|
||||
return True
|
||||
return False
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user