summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlimi Qudirah <qudrohbidemi@gmail.com>2023-05-02 16:23:10 +0100
committerGitHub <noreply@github.com>2023-05-02 11:23:10 -0400
commiteef342543125514adc8dea3cfbd80dcfb777d254 (patch)
tree5232b9343bd436210d9ddbef076235f0693e8b6e
parent6681b5fc1375f9c2c9b466bd2509b08b91348938 (diff)
downloadnetworkx-eef342543125514adc8dea3cfbd80dcfb777d254.tar.gz
Adding is_tounament to main namespace (#6498)
* adding is_tounament to main namespace * bugfix for 5542
-rw-r--r--networkx/algorithms/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/networkx/algorithms/__init__.py b/networkx/algorithms/__init__.py
index cb5ea77e..306bbec8 100644
--- a/networkx/algorithms/__init__.py
+++ b/networkx/algorithms/__init__.py
@@ -127,3 +127,4 @@ from networkx.algorithms.tree.decomposition import *
from networkx.algorithms.tree.mst import *
from networkx.algorithms.tree.operations import *
from networkx.algorithms.tree.recognition import *
+from networkx.algorithms.tournament import is_tournament