Thomas Richard

Avatar
  • Total activity 2
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 1
  • Thomas Richard created a post,

    pycharm 2025.1.2 show match state as unreachable

    I've recenlty updated to pycharm 2025.1.2 and it now shows the match xxx: lines as unreachableeg code:from enum import StrEnum class SomeEnum(StrEnum): SomeValue = "some_value" OtherValue...