FreeOpcUa / opcua-asyncio

OPC UA library for python >= 3.7
GNU Lesser General Public License v3.0
1.11k stars 358 forks source link

Fix type hints to allow Path #1629

Closed alexrudd2 closed 5 months ago

alexrudd2 commented 5 months ago

This fixes a couple of pyright warnings I noticed with tests.

See https://github.com/FreeOpcUa/opcua-asyncio/pull/1179 for context

alexrudd2 commented 5 months ago

The CI breaking is unrelated: https://github.com/pytest-dev/pytest/issues/12269