We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d28679e commit ddac6ddCopy full SHA for ddac6dd
sumpy/tools.py
@@ -686,10 +686,7 @@ def get_kernel(self):
686
# Author: Raymond Hettinger
687
# License: MIT
688
689
-try:
690
- from collections.abc import MutableSet
691
-except ImportError:
692
- from collections import MutableSet
+from collections.abc import MutableSet
693
694
695
class OrderedSet(MutableSet):
0 commit comments