[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot] 2024-10-25 16:23:56 +00:00
parent b8c6beae72
commit f62921cce0

View File

@ -3,7 +3,6 @@ from typing import Dict, List
import sys
# First implementation of johnson algorithm
# Steps followed to implement this algorithm is given in the below link:
# https://brilliant.org/wiki/johnsons-algorithm/