Skip to content

Commit c6687f4

Browse files
authored
Merge pull request #1130 from tirkarthi/fix-collections
Import ABC from collections.abc
2 parents d861de4 + d01068c commit c6687f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helm-chart/images/binderhub/binderhub_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from collections import Mapping
1+
from collections.abc import Mapping
22
import os
33
from functools import lru_cache
44
from urllib.parse import urlparse

0 commit comments

Comments
 (0)