Skip to content
Snippets Groups Projects
Commit a2c6f9f6 authored by Stephan Seitz's avatar Stephan Seitz
Browse files

Fix DeprecationWarning: import Hashable from collections.abc

parent f1f2faee
No related merge requests found
import os
from collections import Hashable
from collections.abc import Hashable
from functools import partial
from itertools import chain
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment