Skip to content

Commit 0280005

Browse files
authored
Merge pull request #2573 from nexB/remove-deprecation-warnings
Use new collections.abc for Set
2 parents c94f5d9 + 7726774 commit 0280005

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)