mirror of https://github.com/1okko/openpilot.git
Remove duplicate TimezoneFinder declaration (#31901)
This commit is contained in:
parent
0b92f4e9ee
commit
b122725a68
|
@ -56,7 +56,6 @@ def main() -> NoReturn:
|
|||
"""
|
||||
|
||||
params = Params()
|
||||
tf = TimezoneFinder()
|
||||
|
||||
# Restore timezone from param
|
||||
tz = params.get("Timezone", encoding='utf8')
|
||||
|
|
Loading…
Reference in New Issue