Skip to content

Commit

Permalink
Related with last commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcampos committed Apr 3, 2019
1 parent 9afbf42 commit 0c0c211
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions Impact.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@


class Impact(Enum):
BLOCKER = -2
NEGATIVE = -1
NEUTRAL = 0
POSITIVE = 1
PERFECT = 2
BLOCKER = 1
NEGATIVE = 2
NEUTRAL = 3
POSITIVE = 4
PERFECT = 5

NONE = 0

0 comments on commit 0c0c211

Please sign in to comment.