jborean93 / pypsrp

PowerShell Remoting Protocol for Python
MIT License
324 stars 49 forks source link

Fix partially unknown typing errors #181

Closed MBradbury closed 10 months ago

MBradbury commented 10 months ago

To prevent partially unknown typing errors Iterable, AsyncIterable and AsyncIterator need to be passed Any.

jborean93 commented 10 months ago

Thanks for fixing those up. Looks like I need to fix up some existing issues, I'll just ignore CI for now and get back to them later.