Skip to content

Commit f38feee

Browse files
authored
CM-12799 - remove old printer (#10)
* update click version * delete old printer * remove unused code
1 parent b761f85 commit f38feee

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

cli/code_scanner.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -230,11 +230,6 @@ def exclude_irrelevant_scan_results(document_detections_list: List[DocumentDetec
230230
return relevant_document_detections_list
231231

232232

233-
def print_file_result(document: Document, detections):
234-
printer.print_detections(
235-
detection_details=DocumentDetections(detections=detections, document=document))
236-
237-
238233
def get_diff_file_path(file):
239234
return file.b_path if file.b_path else file.a_path
240235

0 commit comments

Comments
 (0)