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:
|
try:
|
||||||
return ZoneInfo(name)
|
return ZoneInfo(name)
|
||||||
|
|
||||||
except ValueError:
|
|
||||||
# Just all around bad data; no need to proceed
|
|
||||||
return None
|
|
||||||
|
|
||||||
except ZoneInfoNotFoundError:
|
except ZoneInfoNotFoundError:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue