Skip to content

Commit 15826e9

Browse files
author
Vasileios Karakasis
committed
Coding style fixes
1 parent c7b09d3 commit 15826e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reframe/core/containers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ def validate(self):
7272

7373
class Docker(ContainerPlatform):
7474
"""An implementation of ContainerPlatform to run containers with Docker."""
75+
7576
def emit_prepare_cmds(self):
7677
pass
7778

@@ -85,7 +86,6 @@ def emit_launch_cmds(self):
8586

8687
def validate(self):
8788
super().validate()
88-
pass
8989

9090

9191
class ContainerPlatformField(fields.TypedField):

0 commit comments

Comments
 (0)