Commit b40d7e8
Include typehints in
We use pdoc to generate a reference of the python `glclient`-library.
We suffered some issues related to missing type-hints. The work-around
was to remove the type-hints before generating the docs.
I've found 3 causes of warnings.
1. Missing export of `SignerHandle` (See #368)
2. Poorly defined imports in auto-generated GRPC-code (See
#369)
3. pdoc failing to import type from type-stubs
(See mitmproxy/pdoc#671)
All of these 3 issues have been addressed so we don't need the hack
anymore.pdoc
1 parent 76297c5 commit b40d7e8
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
75 | 74 | | |
76 | 75 | | |
77 | 76 | | |
| |||
0 commit comments