summaryrefslogtreecommitdiff
path: root/networkx/generators/tests/test_atlas.py
diff options
context:
space:
mode:
authorJarrod Millman <jarrod.millman@gmail.com>2019-10-18 17:00:19 -0700
committerJarrod Millman <jarrod.millman@gmail.com>2019-10-18 19:03:15 -0700
commit4de84c9cdf1bed8248dc149317cb79fa46b545e8 (patch)
tree62018dc6eb45c026183cbb737bcba268e756ff9f /networkx/generators/tests/test_atlas.py
parent785ef84b8c806277604bb235c5521fa129841aa7 (diff)
downloadnetworkx-4de84c9cdf1bed8248dc149317cb79fa46b545e8.tar.gz
PEP8 fixes
Diffstat (limited to 'networkx/generators/tests/test_atlas.py')
-rw-r--r--networkx/generators/tests/test_atlas.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/networkx/generators/tests/test_atlas.py b/networkx/generators/tests/test_atlas.py
index 85ff1795..342ecd3a 100644
--- a/networkx/generators/tests/test_atlas.py
+++ b/networkx/generators/tests/test_atlas.py
@@ -3,7 +3,7 @@ from itertools import groupby
import pytest
import networkx as nx
-from networkx.testing import *
+from networkx.testing import assert_edges_equal, assert_nodes_equal
from networkx import graph_atlas
from networkx import graph_atlas_g
from networkx.generators.atlas import NUM_GRAPHS