Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit 8efece0

Browse files
author
Matthias Koeppe
committed
sage.graphs, sage.graphs.graph_decompositions: Remove unnecessary import of modules
1 parent a3bd572 commit 8efece0

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

src/sage/graphs/__init__.py

-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +0,0 @@
1-
2-
from . import dot2tex_utils
Original file line numberDiff line numberDiff line change
@@ -1,5 +0,0 @@
1-
# This file is not empty !
2-
import sage.graphs.graph_decompositions.vertex_separation
3-
import sage.graphs.graph_decompositions.rankwidth
4-
import sage.graphs.graph_decompositions.bandwidth
5-
import sage.graphs.graph_decompositions.cutwidth

0 commit comments

Comments
 (0)