Fix all errors mentioned in pre-commit run (#2512)

* Fix all errors mentioned in pre-commit run:

- Fix end of file
- Remove trailing whitespace
- Fix files with black
- Fix imports with isort

* Fix errors
This commit is contained in:
Dhruv
2020-09-30 14:08:00 +05:30
committed by GitHub
parent e6e2dc69d5
commit 0a42ae9095
14 changed files with 86 additions and 85 deletions

View File

@ -4,10 +4,10 @@
Sieve of Eratosthenes
Input : n =10
Output: 2 3 5 7
Output: 2 3 5 7
Input : n = 20
Output: 2 3 5 7 11 13 17 19
Output: 2 3 5 7 11 13 17 19
you can read in detail about this at
https://en.wikipedia.org/wiki/Sieve_of_Eratosthenes