Skip to content

Commit

Permalink
time -> time_helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
maxime-desroches committed Jan 13, 2025
1 parent 2bfb088 commit dc128e4
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion system/qcomgpsd/qcomgpsd.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import cereal.messaging as messaging
from openpilot.common.gpio import gpio_init, gpio_set
from openpilot.common.retry import retry
from openpilot.common.time import system_time_valid
from openpilot.common.time_helpers import system_time_valid
from openpilot.system.hardware.tici.pins import GPIO
from openpilot.common.swaglog import cloudlog
from openpilot.system.qcomgpsd.modemdiag import ModemDiag, DIAG_LOG_F, setup_logs, send_recv
Expand Down
2 changes: 1 addition & 1 deletion system/timed.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from typing import NoReturn

import cereal.messaging as messaging
from openpilot.common.time import min_date, system_time_valid
from openpilot.common.time_helpers import min_date, system_time_valid
from openpilot.common.swaglog import cloudlog
from openpilot.common.params import Params
from openpilot.common.gps import get_gps_location_service
Expand Down
2 changes: 1 addition & 1 deletion system/ubloxd/pigeond.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from datetime import datetime, UTC

from cereal import messaging
from openpilot.common.time import system_time_valid
from openpilot.common.time_helpers import system_time_valid
from openpilot.common.params import Params
from openpilot.common.swaglog import cloudlog
from openpilot.system.hardware import TICI
Expand Down
2 changes: 1 addition & 1 deletion system/updated/updated.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

from openpilot.common.basedir import BASEDIR
from openpilot.common.params import Params
from openpilot.common.time import system_time_valid
from openpilot.common.time_helpers import system_time_valid
from openpilot.common.markdown import parse_markdown
from openpilot.common.swaglog import cloudlog
from openpilot.selfdrive.selfdrived.alertmanager import set_offroad_alert
Expand Down

0 comments on commit dc128e4

Please sign in to comment.