Skip to content

Commit 73dccc8

Browse files
committed
Optimize imports
1 parent 3207d06 commit 73dccc8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pytorch_toolbelt/utils/catalyst/utils.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
__all__ = ["clean_checkpoint", "report_checkpoint"]
44

5+
from catalyst.dl import Callback, CallbackOrder, RunnerState
6+
57

68
def clean_checkpoint(src_fname, dst_fname):
79
"""

0 commit comments

Comments
 (0)