Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion ignite/distributed/comp_models/base.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import warnings
from abc import ABCMeta, abstractmethod
from numbers import Number
from typing import Any, Callable, List, Optional, Union, cast
Expand Down
1 change: 0 additions & 1 deletion ignite/distributed/comp_models/horovod.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import os
import warnings
from typing import Any, Callable, Mapping, Optional, Tuple, cast

Expand Down