Skip to content

Commit 93fbd41

Browse files
committed
Make houndci-bot happy
1 parent d7d71e7 commit 93fbd41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/amcrest/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def str2bool(value: Union[str, int]) -> bool:
5959
return False
6060
else:
6161
raise ValueError(value)
62-
62+
6363
return bool(value)
6464

6565

0 commit comments

Comments
 (0)