Skip to content

Commit 0b3045f

Browse files
authored
fix from collections import Sequence for py3.10 (#333)
1 parent d2b95ea commit 0b3045f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

easycv/datasets/shared/pipelines/format.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright (c) OpenMMLab and Alibaba. All rights reserved.
2-
from collections import Sequence
2+
from collections.abc import Sequence
33

44
import mmcv
55
import numpy as np

0 commit comments

Comments
 (0)