From f62921cce075e74709894ebfce0461399df73065 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 16:23:56 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- graphs/johnson_graph.py | 1 - 1 file changed, 1 deletion(-) diff --git a/graphs/johnson_graph.py b/graphs/johnson_graph.py index 6c64dbc33..c3ef4512f 100644 --- a/graphs/johnson_graph.py +++ b/graphs/johnson_graph.py @@ -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/