Unverified Commit da0cbd7c authored by Nikita Shulga's avatar Nikita Shulga Committed by GitHub
Browse files

Remove `torch._six` from `__init__.py` (#1106)

Just use `torch.inf`, as torch._six is gone after https://github.com/pytorch/pytorch/pull/94709
parent 377e9696
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
# @generated from torch/__init__.pyi.in # @generated from torch/__init__.pyi.in
from typing import List, Tuple, Optional, Union, Any, ContextManager, Callable, overload, Iterator, Iterable from typing import List, Tuple, Optional, Union, Any, ContextManager, Callable, overload, Iterator, Iterable
from torch._six import inf from torch import inf
import builtins import builtins
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment