We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5993f4a commit fee60a7Copy full SHA for fee60a7
1 file changed
codeinsight_sdk/handler.py
@@ -2,7 +2,6 @@
2
from typing import List
3
4
5
-
6
class Handler(abc.ABC):
7
def __init__(self, client):
8
self.client = client
0 commit comments