Remove duplicate TimezoneFinder declaration (#31901)

pull/31902/head
James 1 year ago committed by GitHub
parent 0b92f4e9ee
commit b122725a68
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      system/timed.py

@ -56,7 +56,6 @@ def main() -> NoReturn:
""" """
params = Params() params = Params()
tf = TimezoneFinder()
# Restore timezone from param # Restore timezone from param
tz = params.get("Timezone", encoding='utf8') tz = params.get("Timezone", encoding='utf8')

Loading…
Cancel
Save