A readable split that fits the allotted line length is impossible.
| 100 | |
| 101 | |
| 102 | class CannotSplit(CannotTransform): |
| 103 | """A readable split that fits the allotted line length is impossible.""" |
| 104 | |
| 105 | |
| 106 | # This isn't a dataclass because @dataclass + Generic breaks mypyc. |
no outgoing calls
no test coverage detected