Skip to content

Commit

Permalink
Add yet_another_function()
Browse files Browse the repository at this point in the history
  • Loading branch information
lbianchi-lbl committed Apr 23, 2024
1 parent a87e182 commit 1950e83
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/sample/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,10 @@ def some_other_function():
b = 2
c = 4
return a, b, c


def yet_another_function():
a = 1
b = 2
c = 4
return a, b, c

0 comments on commit 1950e83

Please sign in to comment.