Skip to content

Commit 1f31c58

Browse files
committed
Move blank line to correct place
1 parent 1b01eb4 commit 1f31c58

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

easybuild/toolchains/nvhpc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ class NVHPC(NvidiaCompilersToolchain, NVHPCX, NVBLAS, NVScaLAPACK):
4444
NAME = 'NVHPC'
4545
SUBTOOLCHAIN = [NvidiaCompilersToolchain.NAME]
4646

47-
4847
def __new__(cls, *args, **kwargs):
4948
tcdepnames = {dep['name'] for dep in kwargs.get('tcdeps', [])}
5049
if 'GCCcore' in tcdepnames:
@@ -54,6 +53,7 @@ def __new__(cls, *args, **kwargs):
5453
else:
5554
return super().__new__(cls)
5655

56+
5757
class NVHPCToolchain(NvidiaCompilersToolchain):
5858
"""DEPRECATED alias for NvidiaCompilersToolchain."""
5959
DEPRECATED = True

0 commit comments

Comments
 (0)