Changed import from collections to collections.abc

This commit is contained in:
sebastiankloth
2023-04-20 08:39:32 +02:00
parent 4e49f59f2a
commit f44e23946e

View File

@ -1,7 +1,7 @@
import numpy as np
import matplotlib.pyplot as plt
import matplotlib as mpl
from collections import Iterable
from collections.abc import Iterable
from matplotlib.cbook import flatten
from itertools import cycle