diff --git a/test/test_operators/test_complex_consistency.py b/test/test_operators/test_complex_consistency.py
index 975d21300fa6546a4decea2e2a181eaa188f0152..8785ceb12b2eaa182d08e596b36b93d1cab1995d 100644
--- a/test/test_operators/test_complex_consistency.py
+++ b/test/test_operators/test_complex_consistency.py
@@ -51,4 +51,3 @@ def test_GaussianEnergy():
         val1 = (real_energy(fld.real) + imag_energy(fld.imag)).val
         val2 = complex_energy(fld).val
         np.testing.assert_allclose(val1, val2, atol=10./np.sqrt(Nsamp))
-