TRIQS / triqs

a Toolbox for Research on Interacting Quantum Systems
https://triqs.github.io
GNU General Public License v3.0
141 stars 72 forks source link

BUG: use Sequence from collections.abc #826

Closed DerWeh closed 2 years ago

DerWeh commented 2 years ago

TRIQS uses collections.Sequence which does not exist. I assume you wanted the abstract base class collections.abc.Sequence?

I changed import order in the fashing of PEP8 using impsort

Wentzell commented 2 years ago

Thank you @DerWeh !