fixed flake8 errors
This commit is contained in:
parent
f0d5317913
commit
1544f98ee0
@ -1,10 +1,11 @@
|
||||
import os
|
||||
import spack
|
||||
#import spack
|
||||
from spack.architecture import Platform, Target
|
||||
from spack.operating_systems.linux_distro import LinuxDistro
|
||||
from spack.operating_systems.cnl import Cnl
|
||||
from spack.util.executable import which
|
||||
from llnl.util.filesystem import join_path
|
||||
#from llnl.util.filesystem import join_path
|
||||
|
||||
|
||||
class CrayXc(Platform):
|
||||
priority = 20
|
||||
|
Loading…
Reference in New Issue
Block a user