Skip to content

Commit c3278e1

Browse files
authored
[Update DnD Character] Add Missing Function to Stub (#3735)
Per [this discussion](https://forum.exercism.org/t/d-d-character-test-bug/11237/3) on the forum. Decided to amend the stub, as it was the easiest an least confusing solution.
1 parent 47e7837 commit c3278e1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
class Character:
22
def __init__(self):
33
pass
4+
5+
def modifier(value):
6+
pass

0 commit comments

Comments
 (0)