Skip to content

Commit b3755bb

Browse files
fix: more reversion
1 parent 032678d commit b3755bb

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

app/calculator.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
class Calculator:
2+
23
def add(x, y):
34
return x + y
45

app/smiles.py

-3
This file was deleted.

0 commit comments

Comments
 (0)