Skip to content

Commit

Permalink
Update app.py
Browse files Browse the repository at this point in the history
Linting issue fix
  • Loading branch information
j-shubham authored Mar 14, 2024
1 parent 7694461 commit 0842ca6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
def add(a, b):
return a + b


def subtract(a, b):
return a - b

Expand Down

0 comments on commit 0842ca6

Please sign in to comment.