diff --git a/tests/test_Grid.py b/tests/test_Grid.py index a901698..058b7cc 100644 --- a/tests/test_Grid.py +++ b/tests/test_Grid.py @@ -5,10 +5,6 @@ from nomad_dos_fingerprints import Grid from nomad_dos_fingerprints.grid import NotCreatedError -@pytest.fixture -def grid(): - return Grid() - @pytest.fixture def grid(): return Grid()