Closed streambinder closed 4 months ago
Current shipped stubs do not include State enum within HttpNfcLease.
State
HttpNfcLease
No need.
Including a State enum would simplify handling and better type-check code which interacts with HttpNfcLease state.
No response
Hey @DanielDraganov, any update on this?
Hello. The latest major release refactored the type stubs and this issue is fixed: https://github.com/vmware/pyvmomi/commit/f544b14b22cac8383de16e75887447e80b097391
Describe the bug
Current shipped stubs do not include
State
enum withinHttpNfcLease
.Reproduction steps
No need.
Expected behavior
Including a
State
enum would simplify handling and better type-check code which interacts withHttpNfcLease
state.Additional context
No response