Skip to content

Commit dfceec1

Browse files
committed
Removed duplicate function
1 parent 3604e09 commit dfceec1

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

socketsecurity/core/__init__.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -123,14 +123,6 @@ def create_sbom_output(self, diff: Diff) -> dict:
123123
log.error(result.get("message", "No error message provided"))
124124
return {}
125125

126-
@staticmethod
127-
def to_case_insensitive_regex(pattern: str) -> str:
128-
"""
129-
Converts a pattern to a case-insensitive regex (optional step).
130-
If `pattern` is a glob pattern, this step should be removed.
131-
"""
132-
return pattern # Remove if unnecessary
133-
134126
@staticmethod
135127
def expand_brace_pattern(pattern: str) -> List[str]:
136128
"""

0 commit comments

Comments
 (0)