Skip to content

Commit

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

Check warning on line 28 in src/sample/__init__.py

View check run for this annotation

Codecov / codecov/patch

src/sample/__init__.py#L23-L28

Added lines #L23 - L28 were not covered by tests

0 comments on commit 9002c80

Please sign in to comment.