There was an error while loading. Please reload this page.
1 parent 563064d commit f178c63Copy full SHA for f178c63
README.md
@@ -79,7 +79,7 @@ lazily loaded imports. As a workaround you can load [type
79
stubs](https://mypy.readthedocs.io/en/stable/stubs.html) (`.pyi`
80
files) with `lazy.attach_stub`:
81
82
-```python
+```python
83
import lazy_loader as lazy
84
__getattr__, __dir__, _ = lazy.attach_stub(__name__, "subpackages.pyi")
85
```
0 commit comments