File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -1055,9 +1055,10 @@ Why not use ``importlib.util.LazyLoader`` instead?
10551055Will this break tools like ``isort `` or ``black ``?
10561056--------------------------------------------------
10571057
1058- Tools will need updates to recognize the ``lazy `` keyword, but the changes
1059- should be minimal since the import structure remains the same. The keyword
1060- appears at the beginning, making it easy to parse.
1058+ Linters, formatters, and other tools will need updates to recognize
1059+ the ``lazy `` keyword, but the changes should be minimal since the import
1060+ structure remains the same. The keyword appears at the beginning,
1061+ making it easy to parse.
10611062
10621063How do I know if a library is compatible with lazy imports?
10631064-----------------------------------------------------------
You can’t perform that action at this time.
0 commit comments