Skip to content

Commit d0db51f

Browse files
committed
Remove unused samples
1 parent be56f5b commit d0db51f

File tree

3 files changed

+0
-10
lines changed

3 files changed

+0
-10
lines changed

src/module_name/sample.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,6 @@ def squared(value: int) -> int:
1616
return value * value
1717

1818

19-
def isodd(value: int) -> bool:
20-
"""Return if value is odd."""
21-
return bool(value % 2)
22-
23-
2419
def health_check() -> bool:
2520
"""Returns true when github.com is accessible."""
2621
return requests.get("https://github.com").ok

src/module_name/sample_data/sample.csv

Lines changed: 0 additions & 2 deletions
This file was deleted.

src/module_name/sample_data/sample.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)