Skip to content

Commit

Permalink
[DEL] Remove get_resume_value from API
Browse files Browse the repository at this point in the history
  • Loading branch information
f-dangel committed Sep 9, 2024
1 parent 1dcc89d commit fbb4794
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions wandb_preempt/__init__.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
"""wandb_preempt library."""

from wandb_preempt.checkpointer import Checkpointer, get_resume_value
from wandb_preempt.checkpointer import Checkpointer

__all__ = [
"Checkpointer",
"get_resume_value",
]
__all__ = ["Checkpointer"]


# TODO Remove this function once we have a unit test that uses the checkpointer code
Expand Down

0 comments on commit fbb4794

Please sign in to comment.