Skip to content

Commit 800dbdd

Browse files
committed
Add PEP8 fixes
1 parent 553b15a commit 800dbdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unittests/test_variables.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ def test_var_deepcopy():
169169
Each instance must have its own copies of each variable.
170170
'''
171171
class Base(rfm.RegressionTest):
172-
my_var = variable(list, value=[1,2])
172+
my_var = variable(list, value=[1, 2])
173173

174174
class Foo(Base):
175175
def __init__(self):

0 commit comments

Comments
 (0)