From 0884420ae26e7fbfa247ebeb8689ff0eb69e3313 Mon Sep 17 00:00:00 2001 From: Bagel Jr <57874654+bageljrkhanofemus@users.noreply.github.com> Date: Sat, 11 Jun 2022 09:38:48 -0500 Subject: [PATCH] Update README.md I mistakenly added preload to the list of modules. The library is unrelated, sorry. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index d2dcd5fc..cf5f5a33 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,6 @@ If the respective dependencies are found, the following optional providers will - [YAPF](https://github.com/google/yapf) for code formatting (preferred over autopep8) - [flake8](https://github.com/pycqa/flake8) for error checking (disabled by default) - [pylint](https://github.com/PyCQA/pylint) for code linting (disabled by default) -- [preload](https://github.com/tfiers/preload) for heavy modules (not included by default) Optional providers can be installed using the `extras` syntax. To install [YAPF](https://github.com/google/yapf) formatting for example: