Changed import from collections to collections.abc
This commit is contained in:
@ -1,7 +1,7 @@
|
|||||||
import numpy as np
|
import numpy as np
|
||||||
import matplotlib.pyplot as plt
|
import matplotlib.pyplot as plt
|
||||||
import matplotlib as mpl
|
import matplotlib as mpl
|
||||||
from collections import Iterable
|
from collections.abc import Iterable
|
||||||
from matplotlib.cbook import flatten
|
from matplotlib.cbook import flatten
|
||||||
from itertools import cycle
|
from itertools import cycle
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user