Skip to content

Commit a5f1128

Browse files
committed
address collections deprecation warning
1 parent a76a2fe commit a5f1128

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scriptworker/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
import os
1313
import re
1414
import sys
15-
from collections import Mapping
15+
from collections.abc import Mapping
1616
from copy import deepcopy
1717

1818
from immutabledict import immutabledict

0 commit comments

Comments
 (0)