Fix flake8 issues.

This commit is contained in:
Glenn Johnson
2016-07-25 11:29:31 -05:00
parent eb865b0df2
commit a57d94af03
2 changed files with 6 additions and 3 deletions

View File

@@ -24,8 +24,10 @@
##############################################################################
from spack import *
class PyNetworkx(Package):
"""NetworkX is a Python package for the creation, manipulation, and study of the structure, dynamics, and functions of complex networks."""
"""NetworkX is a Python package for the creation, manipulation, and study
of the structure, dynamics, and functions of complex networks."""
homepage = "http://networkx.github.io/"
url = "https://pypi.python.org/packages/source/n/networkx/networkx-1.11.tar.gz"