Changed import from collections to collections.abc
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user