Skip to content

Commit

Permalink
misc: remove commented code and .vscode folder
Browse files Browse the repository at this point in the history
  • Loading branch information
nichmor committed Jul 15, 2024
1 parent 8269fe5 commit aa38bb2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .vscode/settings.json

This file was deleted.

3 changes: 0 additions & 3 deletions src/rattler_build_conda_compat/loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,6 @@ def parse_recipe_config_file(path, namespace):


def load_all_requirements(content) -> Dict[str, Any]:
# with open(path) as f:
# content = yaml.load(f, Loader=yaml.BaseLoader)

requirements_section = dict(content.get("requirements", {}))
if not requirements_section:
return {}
Expand Down

0 comments on commit aa38bb2

Please sign in to comment.