SIGN IN SIGN UP
TheAlgorithms / Python UNCLAIMED

All Algorithms implemented in Python

0 0 1 Python

Fix some warnings from LGTM (#2420)

* fix assignment of a variable to itself

* Fix unnecessary 'else' clause in loop

* formatting and redundant reasignment fix

* mark unreachable code with a TODO comment

* fix variable defined multiple times

* fix static method without static decorator

* revert unintended autoformatting

Co-authored-by: Christian Clauss <[email protected]>

* revert autoformatting issue

* applied black autoformatting

Co-authored-by: Christian Clauss <[email protected]>
H
Hasenn committed
20e98fcded341d5aef6dfdfc5cdac431a55252bd
Parent: f754c0d
Committed by GitHub <[email protected]> on 9/13/2020, 8:11:27 AM