Skip to content

Commit

Permalink
remove extra line
Browse files Browse the repository at this point in the history
  • Loading branch information
NickM-27 committed Apr 29, 2024
1 parent c08b78d commit fd9a5c8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frigate/api/review.py
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,6 @@ def audio_activity():
df = pd.DataFrame(data, columns=["start_time", "audio"])
df = df.astype(dtype={"audio": "float16"})


# set date as datetime index
df["start_time"] = pd.to_datetime(df["start_time"], unit="s")
df.set_index(["start_time"], inplace=True)
Expand Down

0 comments on commit fd9a5c8

Please sign in to comment.