summaryrefslogtreecommitdiff
path: root/networkx/algorithms/connectivity/edge_augmentation.py
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/algorithms/connectivity/edge_augmentation.py
parent89daa927a0135a79cc69a75a3c89202158fa2ca7 (diff)
downloadnetworkx-cd2bde7856dc8057c8269696110ffb75795edf13.tar.gz
Remove superfluous encoding information
Diffstat (limited to 'networkx/algorithms/connectivity/edge_augmentation.py')
-rw-r--r--networkx/algorithms/connectivity/edge_augmentation.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/networkx/algorithms/connectivity/edge_augmentation.py b/networkx/algorithms/connectivity/edge_augmentation.py
index 2ae4101d..f24c90ad 100644
--- a/networkx/algorithms/connectivity/edge_augmentation.py
+++ b/networkx/algorithms/connectivity/edge_augmentation.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
"""
Algorithms for finding k-edge-augmentations