]> git.ipfire.org Git - thirdparty/fastapi/sqlmodel.git/commitdiff
📝 Remove double format-imports script, as autoflake can handle it alone now
authorSebastián Ramírez <tiangolo@gmail.com>
Tue, 24 Aug 2021 13:37:51 +0000 (15:37 +0200)
committerSebastián Ramírez <tiangolo@gmail.com>
Tue, 24 Aug 2021 13:37:51 +0000 (15:37 +0200)
docs/contributing.md

index 53390986176e5dec44f35f1b5ae24c3d12e86e8d..2cfa5331dfbec446cacaeb6e59bbd131947ea5f0 100644 (file)
@@ -66,20 +66,6 @@ $ bash scripts/format.sh
 
 It will also auto-sort all your imports.
 
-### Format imports
-
-There is another script that formats all the imports and makes sure you don't have unused imports:
-
-<div class="termy">
-
-```console
-$ bash scripts/format-imports.sh
-```
-
-</div>
-
-As it runs one command after the other and modifies and reverts many files, it takes a bit longer to run, so it might be easier to use `scripts/format.sh` frequently and `scripts/format-imports.sh` only before committing.
-
 ## Docs
 
 The documentation uses <a href="https://www.mkdocs.org/" class="external-link" target="_blank">MkDocs</a> with <a href="https://squidfunk.github.io/mkdocs-material/" class="external-link" target="_blank">Material for MkDocs</a>.