Skip to content

Commit fee60a7

Browse files
style: format code with Black
This commit fixes the style issues introduced in 5993f4a according to the output from Black. Details: None
1 parent 5993f4a commit fee60a7

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

codeinsight_sdk/handler.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
from typing import List
33

44

5-
65
class Handler(abc.ABC):
76
def __init__(self, client):
87
self.client = client

0 commit comments

Comments
 (0)