summaryrefslogtreecommitdiff
path: root/networkx/linalg
diff options
context:
space:
mode:
authorJarrod Millman <jarrod.millman@gmail.com>2019-11-08 23:58:15 -0800
committerJarrod Millman <jarrod.millman@gmail.com>2019-11-11 13:39:06 -0800
commitcd2bde7856dc8057c8269696110ffb75795edf13 (patch)
tree5f2e4cfd57a70126115065c911cbe3ed2d995212 /networkx/linalg
parent89daa927a0135a79cc69a75a3c89202158fa2ca7 (diff)
downloadnetworkx-cd2bde7856dc8057c8269696110ffb75795edf13.tar.gz
Remove superfluous encoding information
Diffstat (limited to 'networkx/linalg')
-rw-r--r--networkx/linalg/algebraicconnectivity.py1
-rw-r--r--networkx/linalg/bethehessianmatrix.py1
2 files changed, 0 insertions, 2 deletions
diff --git a/networkx/linalg/algebraicconnectivity.py b/networkx/linalg/algebraicconnectivity.py
index 8408cd4c..59b1e71f 100644
--- a/networkx/linalg/algebraicconnectivity.py
+++ b/networkx/linalg/algebraicconnectivity.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
"""
Algebraic connectivity and Fiedler vectors of undirected graphs.
"""
diff --git a/networkx/linalg/bethehessianmatrix.py b/networkx/linalg/bethehessianmatrix.py
index a3ffc598..77c90f71 100644
--- a/networkx/linalg/bethehessianmatrix.py
+++ b/networkx/linalg/bethehessianmatrix.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
"""Bethe Hessian or deformed Laplacian matrix of graphs."""
import networkx as nx
from networkx.utils import not_implemented_for