Style Fix: changed double quotes to single quotes
This commit is contained in:
parent
900988e5ce
commit
19c3975301
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ import modules.contrib.kernel
|
|||
|
||||
@pytest.fixture
|
||||
def some_kernel():
|
||||
return "this-is-my-kernel"
|
||||
return 'this-is-my-kernel'
|
||||
|
||||
@pytest.fixture
|
||||
def kernel_module():
|
||||
|
|
Loading…
Reference in a new issue