fix up string manipulation

This commit is contained in:
brmnjsh
2023-09-15 19:40:35 +00:00
parent ae4ed690f7
commit fff85981b1
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -1,3 +1,4 @@
import re
def boolean_to_int(value: bool) -> int:
if value: