Skip to content

Commit

Permalink
Added type hints
Browse files Browse the repository at this point in the history
  • Loading branch information
adnaniazi committed Aug 15, 2023
1 parent f426ad9 commit fb8a88d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/capfinder/add.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
def add(a,b,c):
def add(a:int,b:int,c:int)->int:
"""
Add three numbers together
param a: first number
Expand Down

0 comments on commit fb8a88d

Please sign in to comment.