Skip to content

Commit a26a073

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 11269da commit a26a073

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/module_name/sample.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,3 @@ def squared(value: int) -> int:
1212
def health_check() -> bool:
1313
"""Returns true when github.com is accessible."""
1414
return httpx.get("https://github.com").is_success
15-
16-
17-

0 commit comments

Comments
 (0)