algobytewise
|
7df393f123
|
mypy-fix for bezier_curve.py (#4220)
|
2021-02-23 10:15:04 +01:00 |
|
Christian Clauss
|
9200a2e543
|
from __future__ import annotations (#2464)
* from __future__ import annotations
* fixup! from __future__ import annotations
* fixup! from __future__ import annotations
* fixup! Format Python code with psf/black push
Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
|
2020-09-23 13:30:13 +02:00 |
|
Christian Clauss
|
5f4da5d616
|
isort --profile black . (#2181)
* updating DIRECTORY.md
* isort --profile black .
* Black after
* updating DIRECTORY.md
Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
|
2020-07-06 09:44:19 +02:00 |
|
Faraz Ahmed Khan
|
63a1c4171a
|
Added implementation for Bezier Curve, under a new graphics directory. (#1713)
* Added bezier curve
* black formatted
* corrected spell check
* edited scipy import
* updated documentation for readablitity
* Update bezier_curve.py
* Update bezier_curve.py
Co-authored-by: Christian Clauss <cclauss@me.com>
|
2020-01-25 07:18:43 +01:00 |
|