Skip to content

Commit

Permalink
Fix mypy error
Browse files Browse the repository at this point in the history
  • Loading branch information
sublee committed Aug 16, 2019
1 parent c724226 commit 310c2a6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions stubs/torch/__init__.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ from . import cuda as cuda
from . import optim as optim
from . import nn as nn

#MODIFIED BY TORCHGPIPE
from . import backends
from . import version
#END

class dtype: ...

class layout: ...
Expand Down

0 comments on commit 310c2a6

Please sign in to comment.