Skip to content

Commit eff9274

Browse files
committed
Fix black errors
1 parent 5a6df16 commit eff9274

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd2/utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def strip_quotes(arg: str) -> str:
9191

9292
def to_bool(val: Any) -> bool:
9393
"""Converts anything to a boolean based on its value.
94-
94+
9595
Strings like "True", "true", "False", and "false" return True, True, False, and False
9696
respectively. All other values are converted using bool()
9797

0 commit comments

Comments
 (0)