Closed ttricco closed 2 years ago
Have used tuple[] type hinting (instead of Tuple[]) in many functions, which is only valid in Python 3.9+.
tuple[]
Tuple[]
See PEP 585, https://peps.python.org/pep-0585/.
Closed with commit 579ea84e3fd894633a1933928e16f6c8111286ee.
Have used
tuple[]
type hinting (instead ofTuple[]
) in many functions, which is only valid in Python 3.9+.See PEP 585, https://peps.python.org/pep-0585/.