From 4d259d440db55d7065bc5e8109112b75bee4acbe Mon Sep 17 00:00:00 2001 From: Matthias Koeppe Date: Fri, 4 Aug 2023 17:03:12 -0700 Subject: [PATCH] src/sage/graphs/generators/smallgraphs.py: Fix up merge --- src/sage/graphs/generators/smallgraphs.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/sage/graphs/generators/smallgraphs.py b/src/sage/graphs/generators/smallgraphs.py index ccc4610bb8c..e58248f05c8 100644 --- a/src/sage/graphs/generators/smallgraphs.py +++ b/src/sage/graphs/generators/smallgraphs.py @@ -4664,7 +4664,6 @@ def WienerArayaGraph(): False sage: g.delete_vertex(g.random_vertex()) sage: g.is_hamiltonian() # needs sage.numerical.mip ->>>>>>> 85d4a8d443 (./sage -fixdoctests --probe all --distribution 'sagemath-graphs[modules]' src/sage/graphs/generators/smallgraphs.py; ./sage -fixdoctests src/sage/graphs/generators/smallgraphs.py) True """ g = Graph(name="Wiener-Araya Graph")