Skip to content

Commit

Permalink
fix(subject): bugfix merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
ttngu207 committed Nov 20, 2024
1 parent 28e344c commit e73c099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aeon/dj_pipeline/subject.py
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ def make(self, key):

associate_subject_and_experiment(eartag_or_id)

completion_time = datetime.now(timezone.utc)
completion_time = datetime.now(UTC)
self.insert1(
{
**key,
Expand Down

0 comments on commit e73c099

Please sign in to comment.