From 01f0e137fa0012f9e9beef6c137623374c671e98 Mon Sep 17 00:00:00 2001 From: shellhub Date: Mon, 2 Nov 2020 10:32:38 +0800 Subject: [PATCH] remove duplicate --- CONTRIBUTING.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f03e14c..31b803d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -15,8 +15,6 @@ 6. Create a new PR in GitHub. 7. Waiting to be review by the maintainers. -#### Code Style - #### Code Style * Please follow [PEP 8](https://www.python.org/dev/peps/pep-0008/) Coding Style. * Single letter variable names are old school so please avoid them unless their life only spans a few lines.