From 50051eab5070b86811b184a5a943cb0fb8cea969 Mon Sep 17 00:00:00 2001 From: vfdev Date: Wed, 18 Oct 2023 09:31:33 +0200 Subject: [PATCH] Added removed on rebase warnings import --- ignite/handlers/checkpoint.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ignite/handlers/checkpoint.py b/ignite/handlers/checkpoint.py index 319fa8b1dc8..901810516c5 100644 --- a/ignite/handlers/checkpoint.py +++ b/ignite/handlers/checkpoint.py @@ -3,6 +3,7 @@ import os import stat import tempfile +import warnings from abc import ABCMeta, abstractmethod from collections import OrderedDict from pathlib import Path