Skip to content

Commit

Permalink
Fix stub error
Browse files Browse the repository at this point in the history
  • Loading branch information
sublee committed Jun 18, 2019
1 parent 1e0779a commit bd13f16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stubs/torch/nn/__init__.pyi
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#MODIFIED BY TORCHGPIPE
from typing import Any, Callable, Dict, Iterable, Iterator, Optional, Tuple, TypeVar, Union, overload
from typing import Any, Callable, Dict, Iterable, Iterator, List, Optional, Tuple, TypeVar, Union, overload

from torch import Tensor, device

Expand Down

0 comments on commit bd13f16

Please sign in to comment.