cesbit / aiowmi

Python WMI Queries
GNU General Public License v3.0
27 stars 8 forks source link

Wrong type hint for results function #32

Closed KoBOLL closed 4 months ago

KoBOLL commented 4 months ago

Is your feature request related to a problem? Please describe. Function "results" in QContext module hinted with OrderedDict[str, PropertyInfo], but return QContext instead.

Describe the solution you'd like Fix returning type to QContext .