DEBSOURCES
Skip Quicknav
sources / python-azure / 20230112%2Bgit-1 / scripts / pylint_custom_plugin / tests / test_files / enum_checker_violation.py
12345
# Test file for enum checker from enum import Enum class EnumPython(str, Enum): One = "one"