Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanpulver committed Sep 16, 2024
1 parent 958a39e commit 42790a2
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions safety/scan/finder/handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import os
from pathlib import Path
from types import MappingProxyType
from typing import Dict, List, Optional, Tuple, Set
from typing import Dict, List, Optional, Set
import toml
from safety_schemas.models import Ecosystem, FileType

Expand Down Expand Up @@ -162,14 +162,6 @@ def handle(self, file_path: Path) -> Set[str]:
return dependencies




def download_required_assets(self, session) -> None:
"""
No required assets to download for Safety project files.
"""
pass

# Mapping of ecosystems to their corresponding file handlers
ECOSYSTEM_HANDLER_MAPPING = MappingProxyType({
Ecosystem.PYTHON: PythonFileHandler,
Expand Down

0 comments on commit 42790a2

Please sign in to comment.