Skip to content

Commit

Permalink
fix from collections import Sequence for py3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Cathy0908 committed Nov 15, 2023
1 parent f0b0106 commit 8455af0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion easycv/datasets/shared/pipelines/format.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright (c) OpenMMLab and Alibaba. All rights reserved.
from collections import Sequence
from collections.abc import Sequence

import mmcv
import numpy as np
Expand Down

0 comments on commit 8455af0

Please sign in to comment.