Skip to content

Commit f9defd4

Browse files
devin-ai-integration[bot]rlauer@blues.com
andcommitted
fix: adjust continuation line indentation to align with opening parenthesis
Co-Authored-By: rlauer@blues.com <rlauer@blues.com>
1 parent 647388b commit f9defd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notecard/note.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ def template(card, file=None, body=None, length=None, port=None, compact=False):
184184
if not isinstance(value, (bool, int, float, str)):
185185
return {
186186
"err": (f"Field '{key}' has unsupported type. "
187-
"Must be boolean, integer, float, or string.")
187+
"Must be boolean, integer, float, or string.")
188188
}
189189
if isinstance(value, float) and value.is_integer():
190190
body[key] = int(value)

0 commit comments

Comments
 (0)