mirror of https://github.com/caronc/apprise
test coverage fix
parent
1c7b4e0655
commit
fde49be1e8
|
@ -54,10 +54,6 @@ def zoneinfo(name: str) -> Optional[ZoneInfo]:
|
|||
try:
|
||||
return ZoneInfo(name)
|
||||
|
||||
except ValueError:
|
||||
# Just all around bad data; no need to proceed
|
||||
return None
|
||||
|
||||
except ZoneInfoNotFoundError:
|
||||
pass
|
||||
|
||||
|
|
Loading…
Reference in New Issue