File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ and can be subverted by a single inadvertent top-level import.
5555Additionally, it obfuscates the full set of dependencies for a module. Analysis
5656of the Python standard library shows that approximately 17% of all imports outside
5757tests (nearly 3500 total imports across 730 files) are already placed inside
58- functions, classes, or methods specifically to defer their execution. This
58+ functions or methods specifically to defer their execution. This
5959demonstrates that developers are already manually implementing lazy imports in
6060performance-sensitive code, but doing so requires scattering imports throughout
6161the codebase and makes the full dependency graph harder to understand at a
You can’t perform that action at this time.
0 commit comments