Skip to content

Commit

Permalink
pytorch#2213 rm typing.Dict import
Browse files Browse the repository at this point in the history
  • Loading branch information
fco-dv committed Dec 11, 2021
1 parent fb2b897 commit 87e3157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ignite/distributed/comp_models/base.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from abc import ABCMeta, abstractmethod
from inspect import signature
from numbers import Number
from typing import Any, Callable, Dict, List, Optional, Union, cast
from typing import Any, Callable, List, Optional, Union, cast

import torch

Expand Down

0 comments on commit 87e3157

Please sign in to comment.