File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
ardublocklyserver/local-packages Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -84,8 +84,7 @@ def _e(): return sys.exc_info()[1]
8484 from urllib .parse import urlencode , quote as urlquote , unquote as urlunquote
8585 urlunquote = functools .partial (urlunquote , encoding = 'latin1' )
8686 from http .cookies import SimpleCookie
87- from collections .abc import MutableMapping as DictMixin
88- # from collections import MutableMapping as DictMixin
87+ from collections import MutableMapping as DictMixin
8988 import pickle
9089 from io import BytesIO
9190 from configparser import ConfigParser
Original file line number Diff line number Diff line change 126126from __future__ import print_function
127127from __future__ import unicode_literals
128128
129- from collections . abc import MutableMapping
129+ from collections import MutableMapping
130130import functools
131131import io
132132import itertools
You can’t perform that action at this time.
0 commit comments