Skip to content

Commit 12f3bd8

Browse files
committed
C4 feat
1 parent 250eef0 commit 12f3bd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/calculator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
class Calculator:
2-
#C3
2+
#C4
33
def add(x, y):
44
return x + y
55

0 commit comments

Comments
 (0)