Skip to content

Commit d799176

Browse files
committed
Add missing dataclass decorator in text document code action
1 parent ffe0473 commit d799176

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

finecode_extension_api/src/finecode_extension_api/actions/ide/text_document_code_action.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ class CodeActionTriggerKind(enum.IntEnum):
3333
class Diagnostic: ...
3434

3535

36+
@dataclasses.dataclass
3637
class CodeActionContext:
3738
diagnostics: list[Diagnostic]
3839
only: CodeActionKind | None

0 commit comments

Comments
 (0)