Skip to content

Commit 0196522

Browse files
committed
Remove inappropriate static method
1 parent bfd9b88 commit 0196522

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/debugpy/adapter/clients.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,6 @@ def initialize_request(self, request):
205205
#
206206
# See https://github.com/microsoft/vscode/issues/4902#issuecomment-368583522
207207
# for the sequence of request and events necessary to orchestrate the start.
208-
@staticmethod
209208
def _start_message_handler(f):
210209
@components.Component.message_handler
211210
def handle(self, request: messaging.Message):

0 commit comments

Comments
 (0)