summaryrefslogtreecommitdiff
path: root/networkx/algorithms/tree/mst.py
diff options
context:
space:
mode:
Diffstat (limited to 'networkx/algorithms/tree/mst.py')
-rw-r--r--networkx/algorithms/tree/mst.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/networkx/algorithms/tree/mst.py b/networkx/algorithms/tree/mst.py
index e77a0d9f..881c14c2 100644
--- a/networkx/algorithms/tree/mst.py
+++ b/networkx/algorithms/tree/mst.py
@@ -1,11 +1,3 @@
-# -*- coding: utf-8 -*-
-# Copyright (C) 2017 NetworkX Developers
-# Aric Hagberg <hagberg@lanl.gov>
-# Dan Schult <dschult@colgate.edu>
-# Pieter Swart <swart@lanl.gov>
-# Loïc Séguin-C. <loicseguin@gmail.com>
-# All rights reserved.
-# BSD license.
"""
Algorithms for calculating min/max spanning trees/forests.