Skip to content

Commit

Permalink
Test Sonar integration: exception-without-raise
Browse files Browse the repository at this point in the history
  • Loading branch information
drdavella committed Mar 7, 2024
1 parent 49ee7d0 commit 67a1612
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/codemodder/change.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
from dataclasses import dataclass, field
from enum import Enum

ValueError("TESTING")


class Action(Enum):
ADD = "add"
Expand Down

0 comments on commit 67a1612

Please sign in to comment.