Skip to content

Commit

Permalink
style: delete unmatched quotes manually to avoid conflicts between bl…
Browse files Browse the repository at this point in the history
…ack and docformatter
  • Loading branch information
ycexiao committed Jan 30, 2025
1 parent 79d20e8 commit 93d74e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/regolith/validators.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def is_string(x):


def to_bool(x):
""" "Converts to a boolean in a semantically meaningful way."""
"""Converts to a boolean in a semantically meaningful way."""
if isinstance(x, bool):
return x
elif isinstance(x, string_types):
Expand Down

0 comments on commit 93d74e5

Please sign in to comment.