lisa.analysis.rta: Move namedtuple out of class
Namedtuple types defined inside a class get a broken __qualname__. Instead, move it out of the class so that it gets the right name.
Loading
Please register or sign in to comment
Namedtuple types defined inside a class get a broken __qualname__. Instead, move it out of the class so that it gets the right name.