Skip to content

Commit f178c63

Browse files
committed
Lint
1 parent 563064d commit f178c63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ lazily loaded imports. As a workaround you can load [type
7979
stubs](https://mypy.readthedocs.io/en/stable/stubs.html) (`.pyi`
8080
files) with `lazy.attach_stub`:
8181

82-
```python
82+
```python
8383
import lazy_loader as lazy
8484
__getattr__, __dir__, _ = lazy.attach_stub(__name__, "subpackages.pyi")
8585
```

0 commit comments

Comments
 (0)