Skip to content

Commit

Permalink
remove duplicate grid in test
Browse files Browse the repository at this point in the history
  • Loading branch information
kubanmar committed Feb 28, 2024
1 parent c907c8c commit f5d49db
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/test_Grid.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit f5d49db

Please sign in to comment.