Skip to content

Commit

Permalink
add package
Browse files Browse the repository at this point in the history
  • Loading branch information
ericsalesdeandrade committed Sep 19, 2024
1 parent 9818306 commit dd896d2
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
20 changes: 19 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/string_operations.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
class StringOperations: # pragma: no cover
class StringOperations:

def capitalize(self, text: str) -> str:
return text.capitalize()
Expand Down

0 comments on commit dd896d2

Please sign in to comment.