Skip to content

Commit

Permalink
Update tests/conftest.py
Browse files Browse the repository at this point in the history
  • Loading branch information
alisterburt authored Jun 7, 2024
1 parent 46d72d4 commit 7b9897a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ def slan_model_file() -> Path:
@pytest.fixture
def slan_model_file_handle(slan_model_file):
"""A file handle with Mohammed's slicerangle measurements."""
return open(slan_model_file, mode='rb')
return open(slan_model_file, mode='rb')

0 comments on commit 7b9897a

Please sign in to comment.