You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
core.ParameterSource was implemented as fake enum for compatibility with Python 2. Replace this with a simple enum.Enum now that we support Python >= 3.6. Can remove the ParameterSource.validate method too, it was just for ensuring the enum values were used.
The text was updated successfully, but these errors were encountered:
core.ParameterSource
was implemented as fake enum for compatibility with Python 2. Replace this with a simpleenum.Enum
now that we support Python >= 3.6. Can remove theParameterSource.validate
method too, it was just for ensuring the enum values were used.The text was updated successfully, but these errors were encountered: