Commit 722d53e
authored
Create py.typed to allow type checkers (#114)
In
pytorch/pytorch#157017 (comment), I
realized we need this marker file to indicate that type checkers can
check types on this package. It will be automatically include by
setuptools
Signed-off-by: Justin Chu <justinchuby@users.noreply.github.com>1 parent 629bd7d commit 722d53e
2 files changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
0 commit comments