Skip to content

Commit 3aee35a

Browse files
fix typo
1 parent 6d16cf3 commit 3aee35a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

images/tests_common/helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,10 @@ def _conda_export_command(from_history=False):
7979
cmd.append("--from-history")
8080
return cmd
8181

82-
@staticmethod
8382
"""
8483
Used to replace _conda_export_command, which is becoming outdated with our use of uv
8584
"""
85+
@staticmethod
8686
def _uv_export_command():
8787
"""Return UV pip list command"""
8888
cmd = ["uv", "pip", "list", "--format=json", "|", "jq", "|'{dependencies: map(\"\\(.name)==\\(.version)\")}'"]

0 commit comments

Comments
 (0)