Skip to content

Commit 7726774

Browse files
committed
Use new collections.abc for Set
Signed-off-by: Philippe Ombredanne <[email protected]>
1 parent 5c7208a commit 7726774

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/licensedcode/spans.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@
2727
# those of the authors and should not be interpreted as representing official
2828
# policies, either expressed or implied, of Matt Chaput.
2929

30-
31-
from collections import Set
30+
from collections.abc import Set
3231
from itertools import count
3332
from itertools import groupby
3433

0 commit comments

Comments
 (0)