Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
sublee committed Jun 7, 2019
1 parent 6a0a4d0 commit b9e0658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torchgpipe/gpipe.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from queue import PriorityQueue
import sys
import threading
from typing import Any, Iterable, Iterator, List, NamedTuple, Optional, Tuple, Union, cast
from typing import Any, Iterable, List, NamedTuple, Optional, Tuple, Union, cast

import torch
from torch import Tensor
Expand Down

0 comments on commit b9e0658

Please sign in to comment.