Skip to content

Commit

Permalink
Should return None instead dict.
Browse files Browse the repository at this point in the history
  • Loading branch information
manateelazycat committed Sep 24, 2024
1 parent 0435948 commit b2345a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/handler/rust_reload_workspace.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class RustReloadWorkspace(Handler):
send_document_uri = False

def process_request(self) -> dict:
return dict()
return None

def process_response(self, response) -> None:
pass

0 comments on commit b2345a2

Please sign in to comment.