ni / niflexlogger-automation-python

The niflexlogger-automation package contains an API (Application Programming Interface) and examples for using Python to automate NI FlexLogger. The automation API supports modifying the configuration of existing FlexLogger projects and controlling the execution of FlexLogger test sessions. The package is implemented in Python. NI created and supports this package.
MIT License
8 stars 6 forks source link

Fix get_registered_events type hint for Python 3.9 and below. #36

Closed ccaltagi closed 8 months ago

ccaltagi commented 8 months ago

What does this Pull Request accomplish?

Fix the return type hint of the get_registered_events function to work in Python 3.9 and below.

Why should this Pull Request be merged?

Fix a compatibility issue.

What testing has been done?

Perform manual tests and ran automated tests.