flake8-related cleanup

This commit is contained in:
Tom Scogland
2016-05-17 05:30:35 -07:00
parent af4af94203
commit 80c02ad36a
2 changed files with 1 additions and 3 deletions

View File

@@ -78,5 +78,3 @@ def setup_dependent_environment(self, spack_env, run_env, ext_spec):
# Allow packages to find this when using module or dotkit
run_env.prepend_path('GOPATH', ':'.join(
[ext_spec.prefix] + path_components))