Skip to content

Commit 1db6031

Browse files
committed
CM-41217 Fix PR comments
1 parent afb1997 commit 1db6031

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

cycode/cli/files_collector/sca/sbt/restore_sbt_dependencies.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
import os
22
from typing import List, Optional
33

4-
import click
5-
64
from cycode.cli.files_collector.sca.base_restore_dependencies import BaseRestoreDependencies
75
from cycode.cli.models import Document
86

@@ -11,9 +9,6 @@
119

1210

1311
class RestoreSbtDependencies(BaseRestoreDependencies):
14-
def __init__(self, context: click.Context, is_git_diff: bool, command_timeout: int) -> None:
15-
super().__init__(context, is_git_diff, command_timeout)
16-
1712
def is_project(self, document: Document) -> bool:
1813
return any(document.path.endswith(ext) for ext in SBT_PROJECT_FILE_EXTENSIONS)
1914

0 commit comments

Comments
 (0)