Skip to content
  • Andreas Theodosiou's avatar
    Fix deprecated call to collections.sequence · 9221a80c
    Andreas Theodosiou authored
    * collections.Sequence was an alias for collections.abc.Sequence that
    was deprecated. It was removed in Python 3.10 which means that the
    __getitem__ method of the OrbitalParameters dataclass gives an
    AttributeError in 3.10
    * Fixes #3
    9221a80c