| Age | Commit message (Collapse) | Author |
|
Fixed inner imports per isort 5.
isort 5.0.0 to 5.1.0 was unstable.
|
|
|
|
|
|
|
|
|
|
The smart_* version should only be used when a lazy string should keep
its lazy status.
|
|
|
|
|
|
|
|
This significantly improves performance on PyPy. The previous
implementation would generate a new class on every single request,
which is relatively slow.
|
|
|
|
|