Skip to content

Commit 1c0f49b

Browse files
authored
Remove redundant contributors badge
1 parent e6b933a commit 1c0f49b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
[![made-with-python](https://img.shields.io/badge/Made%20with-Python-1f425f.svg)](https://www.python.org/)
22
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
33
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
4-
[![GitHub contributors](https://img.shields.io/github/contributors/vyahello/python-optimization-cheetsheet.svg)](https://GitHub.com/vyahello/python-optimization-cheetsheet/graphs/contributors/)
54

65
# Python optimization cheetsheet
7-
Implementation of python optimization cheetsheet (`yield`, `generators`, `coroutines` and `asyncio`). Source code located [here](materials).
6+
Implementation of python optimization cheetsheet (`yield`, `generators`, `coroutines` and `asyncio`). The source code is located [here](materials).
87

98
**Tools**
109
- python 3.6, 3.7, 3.8

0 commit comments

Comments
 (0)