Weird redefined-variable-type warning for IntEnum #8955
Labels
Bug 🪲
Needs specification 🔐
Accepted as a potential improvement, and needs to specify edge cases, message names, etc.
Bug description
redefined-variable-type
shows weir warning forenum.IntEnum
:Command used
Pylint output
Expected behavior
If check meant redefinition from
None
toTransition
, such warnings should be shown for every assignment. If not, warning should not be there.Pylint version
The text was updated successfully, but these errors were encountered: