Use collections.abc.Sequence in favor of collections.Sequence (#1504)
* Use collections.abc.Sequence in favor of collections.Sequence
The later will be removed in Python 3.8, which is due out any day now!
(There is currently a warning that appears when importing lax_numpy.)
* restore collections import