Skip to content

Commit 52089ec

Browse files
committed
Added mypy annotation
1 parent 06b7e6d commit 52089ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bugout/journal.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ def update_entry_content(
321321
) -> BugoutJournalEntryContent:
322322
entry_id_content_path = f"journals/{journal_id}/entries/{entry_id}/content"
323323
params: Dict[str, str] = {}
324-
json = {
324+
json: Dict[str, Any] = {
325325
"title": title,
326326
"content": content,
327327
}

0 commit comments

Comments
 (0)