Skip to content

Commit

Permalink
Code reformatted.
Browse files Browse the repository at this point in the history
  • Loading branch information
ATATC committed Feb 15, 2024
1 parent a32b32a commit a68299c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion leads/context.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def set_atbs(self, enabled: bool) -> None:
def is_atbs_enabled(self) -> bool:
return self._atbs

def record_lap(self):
def record_lap(self) -> None:
self._lap_time_seq.append(int(_time() * 1000))

def get_lap_time_list(self) -> list[int]:
Expand Down

0 comments on commit a68299c

Please sign in to comment.