Python/scheduling
Hasenn 20e98fcded
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 <cclauss@me.com>

* revert autoformatting issue

* applied black autoformatting

Co-authored-by: Christian Clauss <cclauss@me.com>
2020-09-13 10:11:27 +02:00
..
first_come_first_served.py Set the Python file maximum line length to 88 characters (#2122) 2020-06-16 10:09:19 +02:00
round_robin.py Rename shortest_job_first_algorithm.py to shortest_job_first.py (#2164) 2020-07-04 00:56:40 +05:30
shortest_job_first.py Fix some warnings from LGTM (#2420) 2020-09-13 10:11:27 +02:00