pywinrm
pywinrm copied to clipboard
Fix Response repr TODO
Hello,
I noticed this easy to fix TODO using reprlib. The package is in the standard library since at least 3.0, so it should not be a problem.
Response was turned into a dataclass to have a more convenient constructor in tests but I can roll it back if needed.