Skip to content

Commit

Permalink
remove unusued decl
Browse files Browse the repository at this point in the history
  • Loading branch information
dlwh committed Nov 5, 2024
1 parent 3d889ea commit 1b003ab
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/levanter/infra/ray_tpu.py
Original file line number Diff line number Diff line change
Expand Up @@ -589,16 +589,6 @@ def _make_unique_job_id(client, run_id):
return job_id


def _deep_merge_envs(env1, env2):
"""
Merge two environment dictionaries, deeply.
"""

merged = mergedeep.merge({}, env1, env2, strategy=mergedeep.Strategy.ADDITIVE)

return merged


@draccus.wrap()
def main(args: RunDockerOnPodConfig):
"""
Expand Down

0 comments on commit 1b003ab

Please sign in to comment.