Skip to content

Commit

Permalink
misc: remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
nichmor committed Apr 30, 2024
1 parent 5b60acd commit ada3daf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ snapshot_update = "pytest --snapshot-update"


[environments]
test = ["test"]
test = ["test"]
2 changes: 0 additions & 2 deletions src/rattler_build_conda_compat/render.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,6 @@ def get_used_variant(self) -> Dict:
return used_variant_key_normalized

def get_used_loop_vars(self, force_top_level=False, force_global=False):
# return self.get_used_vars(force_top_level, force_global)

return {
var
for var in self.get_used_vars(
Expand Down

0 comments on commit ada3daf

Please sign in to comment.