diff --git a/codes/tb/test_tb.py b/codes/tb/test_tb.py
index 1699a4c6aaa12371540ed4b3b42c38e482fef68d..cb339958ab5c72917f173bf8dd5af64cd6737efa 100644
--- a/codes/tb/test_tb.py
+++ b/codes/tb/test_tb.py
@@ -24,7 +24,7 @@ def test_fourier():
     tb_new = kfunc2tb(kfunc, nK, ndim=ndim)
     compareDicts(h_0, tb_new)
 
-@pytest.mark.repeat(repeatNumber): 
+@pytest.mark.repeat(repeatNumber):
 def test_tbkham_transform(): 
     vectors = ((0, 0), (1, 0), (-1, 0), (0, 1), (0, -1), (1, -1), (-1, 1), (1, 1), (-1, -1))
     ndof = 10