Closed DerWeh closed 2 years ago
TRIQS uses collections.Sequence which does not exist. I assume you wanted the abstract base class collections.abc.Sequence?
collections.Sequence
collections.abc.Sequence
I changed import order in the fashing of PEP8 using impsort
impsort
Thank you @DerWeh !
TRIQS uses
collections.Sequence
which does not exist. I assume you wanted the abstract base classcollections.abc.Sequence
?I changed import order in the fashing of PEP8 using
impsort