Skip to content

Commit

Permalink
chore: remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dbirman committed Feb 14, 2025
1 parent 65b5199 commit 8321f6d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/aind_qc_portal/projects/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ def _get_assets(self):
self._df["timestamp"] = pd.to_datetime(
self._df["session_start_time"], format="mixed", utc=True
)
# replace None with NaT
self._df["Acquisition Time"] = pd.to_datetime(
self._df["session_start_time"], format="mixed",
).apply(
Expand Down

0 comments on commit 8321f6d

Please sign in to comment.