Skip to content

Commit d01068c

Browse files
committed
Import ABC from collections.abc
1 parent d861de4 commit d01068c

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)