Apply black formatter
This commit is contained in:
@@ -121,7 +121,9 @@ def __expand_number(m: re.Match[str]) -> str:
|
||||
else:
|
||||
return __INFLECT.number_to_words(
|
||||
num, andword="", zero="oh", group=2 # type: ignore
|
||||
).replace(", ", " ") # type: ignore
|
||||
).replace(
|
||||
", ", " "
|
||||
) # type: ignore
|
||||
else:
|
||||
return __INFLECT.number_to_words(num, andword="") # type: ignore
|
||||
|
||||
|
||||
Reference in New Issue
Block a user