Skip to content

Commit

Permalink
Fix: Import from collections.
Browse files Browse the repository at this point in the history
  • Loading branch information
Labbeti committed Aug 8, 2023
1 parent 72469eb commit 686ca54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aac_datasets/utils/collate.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from torch import Tensor
from torch.nn import functional as F

from aac.utils.collections import list_dict_to_dict_list
from aac_datasets.utils.collections import list_dict_to_dict_list


class BasicCollate:
Expand Down

0 comments on commit 686ca54

Please sign in to comment.