Skip to content

Commit 5d18faa

Browse files
authored
Remove unnecessary newline before update_conda call
1 parent c076262 commit 5d18faa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tools/update-conda.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -324,5 +324,4 @@ def get_optional_dependencies(pyproject: dict) -> list[str]:
324324
# print(f"Optional dependencies: {optional_dependencies}") # Uncommented for debugging
325325
return optional_dependencies
326326

327-
328-
update_conda(options.sourcedir, options.systems)
327+
update_conda(options.sourcedir, options.systems)

0 commit comments

Comments
 (0)