Make flake8 happy

This commit is contained in:
Adam J. Stewart 2016-05-12 16:33:37 -05:00
parent ab41fd6692
commit 088dce709e
2 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,7 @@
##############################################################################
from spack import *
class Bertini(Package):
"""Bertini is a general-purpose solver, written in C, that was created
for research about polynomial continuation. It solves for the numerical

View File

@ -24,6 +24,7 @@
##############################################################################
from spack import *
class Flex(Package):
"""Flex is a tool for generating scanners."""