Skip to content

Commit dd896d2

Browse files
add package
1 parent 9818306 commit dd896d2

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

poetry.lock

Lines changed: 19 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/string_operations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
class StringOperations: # pragma: no cover
1+
class StringOperations:
22

33
def capitalize(self, text: str) -> str:
44
return text.capitalize()

0 commit comments

Comments
 (0)