Skip to content

Commit 36797b8

Browse files
committed
CM-53944-Fixed comment
1 parent 236840f commit 36797b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cycode/cli/files_collector/file_excluder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ def _is_relevant_file_to_scan_common(self, scan_type: str, filename: str) -> boo
110110
return True
111111

112112
# We don't want to check for IAC scans, the extensions is handled internally
113-
def _should_check_if_extensions_are_supported(self, scan_type: str, filename: str):
113+
def _should_check_if_extensions_are_supported(self, scan_type: str, filename: str) -> bool:
114114
return scan_type != consts.IAC_SCAN_TYPE and not self._is_file_extension_supported(scan_type, filename)
115115

116116
def _is_relevant_file_to_scan(self, scan_type: str, filename: str) -> bool:

0 commit comments

Comments
 (0)