Skip to content
Snippets Groups Projects
Commit 599196c8 authored by Lukas Jelonek's avatar Lukas Jelonek
Browse files

Fix invalid import

parent be45c9bb
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ from copy import deepcopy
import shutil
import collections
import sys
from collections.abc import import MutableMapping
from collections.abc import MutableMapping
# taken from https://stackoverflow.com/questions/6027558/flatten-nested-python-dictionaries-compressing-keys
def flatten(d, parent_key='', sep='_'):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment